Module blocking

Module blocking 

Source
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.