pub async fn poll_oneoff<'a>(poll: &mut Poll<'a>) -> Result<(), Error>
Examples found in repository?
src/sched.rs (line 27)
26
27
28
    async fn poll_oneoff<'a>(&self, poll: &mut Poll<'a>) -> Result<(), Error> {
        poll_oneoff(poll).await
    }