Function mioco::yield_now [] [src]

pub fn yield_now()

Yield execution of the current coroutine.

Coroutine can yield execution without blocking on anything particular to allow scheduler to run other coroutines before resuming execution of the current one.