Function yield_now

Source
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.