Skip to main content

Module concurrency

Module concurrency 

Source
Available on crate feature limit only.
Expand description

Limit the max number of requests being concurrently processed.

Modules§

future
Future types

Structs§

ConcurrencyLimit
Enforces a limit on the concurrent number of requests the underlying service can handle.
ConcurrencyLimitLayer
Enforces a limit on the concurrent number of requests the underlying service can handle.
GlobalConcurrencyLimitLayer
Enforces a limit on the concurrent number of requests the underlying service can handle.