Skip to main content

Module concurrency

Module concurrency 

Source
Expand description

Bounded concurrency: a runtime-agnostic async semaphore (no tokio dependency) plus the explicit saturation policy. Permits release on drop and wake the next waiter.

Structs§

ConcurrencyLimit
Bounded-concurrency configuration.

Enums§

SaturationPolicy
What happens when all permits are taken.