Expand description
Functions for task management that don’t belong inside the Runtime trait.
Structs§
- Yield
Future - A future returned by
yield_now()
.
Functions§
- yield_
now - Yield execution back to the runtime temporarily, so that other tasks can run.