Expand description
Structs§
- Pool
- Pool interface between the scheduler and thread pool
Functions§
- get
- Acquire the static Pool reference
- spawn
- Spawn a process (which contains future + process stack) onto the executor from the global level.
- spawn_
blocking - Spawns a blocking task.