Skip to main content

Module bounded_workers

Module bounded_workers 

Source
Expand description

Owned synchronous workers with bounded, cancellation-aware FIFO admission.

Structs§

BoundedWorkers
Each worker retains one state. All workers dequeue from the same bounded channel, so work is never stranded behind a busy worker’s private queue.