[][src]Module bastion_executor::blocking

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.