Function tor_rtcompat::task::yield_now [−][src]
pub fn yield_now() -> YieldFutureⓘNotable traits for YieldFutureimpl Future for YieldFuture type Output = ();Expand description
Yield execution back to the runtime temporarily, so that other tasks can run.