Function silkenweb::task::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.