logo

Module bastion_executor::pool[][src]

Expand description

Pool of threads to run lightweight processes

We spawn futures onto the pool with spawn method of global run queue or with corresponding Worker’s spawn method.

Structs

Pool interface between the scheduler and thread pool

Functions

Acquire the static Pool reference

Spawn a process (which contains future + process stack) onto the executor from the global level.

Spawns a blocking task.