Module concurrency

Module concurrency 

Source
Expand description

Utilities for managing concurrency.

Structsยง

KeyedLimiter
Limit the concurrency of some keyed operation without blocking.
KeyedReservation
A reservation for a slot in the KeyedLimiter.
Limiter
Limit the concurrency of some operation without blocking.
Reservation
A reservation for a slot in the Limiter.