Function tor_rtcompat::task::yield_now[][src]

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

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