Function run_tasks

Source
pub async fn run_tasks()
Expand description

Run futures on the microtask queue, until no more progress can be made.

Don’t call this from a future already on the microtask queue.