Skip to main content

yield_now

Function yield_now 

Source
pub async fn yield_now()
Expand description

Yield the current task once — the seam replacement for tokio::task::yield_now, so no call site names tokio::task directly.