Module local_pool

Source
Expand description

A local task pool with proper shutdown

Structs§

Config
Local task pool configuration
LocalPool
A local task pool with proper shutdown
LocalPoolHandle
A handle to a LocalPool
Run
Future returned by LocalPoolHandle::spawn and LocalPoolHandle::try_spawn.

Enums§

PanicMode
What to do when a panic occurs in a pool thread
SpawnError
Errors for spawn failures