[][src]Module driver_async::asyncs::task

Modules

task_impl

Structs

JoinHandle

Functions

spawn
spawn_local
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