logo

Module bastion_executor::blocking[][src]

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

Spawns a blocking task.