[][src]Function driver_async::asyncs::task::yield_now

pub async fn yield_now()

Yield the task back to the executor. Just returns Poll::Pending once and calls .waker_by_ref() to put the task back onto the queue. Workaround for blocking futures