Expand description
Pool of threads to run heavy processes
We spawn futures onto the pool with spawn_blocking method of global run queue or
with corresponding Worker’s spawn method.
Functions§
- spawn_
blocking - Spawns a blocking task.
Pool of threads to run heavy processes
We spawn futures onto the pool with spawn_blocking method of global run queue or
with corresponding Worker’s spawn method.