pub fn yield_now() -> YieldFutureNotable traits for YieldFutureimpl Future for YieldFuture    type Output = ();
Expand description

Yield execution back to the runtime temporarily, so that other tasks can run.