Crate affinitypool

Source

Structs§

Builder
Threadpool

Enums§

Error

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.