pub async fn yield_now()
A future that is Pending once and wakes the current task.
Pending
After the first .await the future is always Ready and on the first .await it calls wake.
.await
Ready
wake