pub async fn yield_now()
Available on crate feature
async
only.Expand description
Yield execution back to the runtime.
A snapshot of the old tokio::task::yield_now
implementation, from before it
had sneaky TLS shenangans.
pub async fn yield_now()
async
only.Yield execution back to the runtime.
A snapshot of the old tokio::task::yield_now
implementation, from before it
had sneaky TLS shenangans.