pub fn yield_now() -> YieldNowNotable traits for YieldNowimpl Future for YieldNow    type Output = ();
Expand description

Returns a Future that returns Pending the first time it is polled and Ready afterwards.