Modules§
- affinity
- This module manages CPU affinities.
Structs§
Enums§
Constants§
- MAX_
THREADS - Maximum number of worker threads allowed in a thread pool.
Functions§
- spawn
- Queue a new command for execution on the global threadpool.
- spawn_
local - Queue a new command for execution on the global threadpool. The future of this function will block the current thread if it is not fully awaited and driven to completion.