Skip to main content

Module pool

Module pool 

Source
Expand description

Pool and PoolConfig for managing concurrent task execution. Bounded async worker pool with streaming events and cooperative cancellation.

Structs§

Pool
A bounded async worker pool.
PoolConfig
Configuration for a Pool.
PoolStats
Statistics snapshot for the pool.

Enums§

OverflowPolicy
Overflow behavior applied when the submission queue is full.