Module task

Source
Expand description

Functions for task management that don’t belong inside the Runtime trait.

Structs§

YieldFuture
A future returned by yield_now().

Functions§

yield_now
Yield execution back to the runtime temporarily, so that other tasks can run.