Skip to main content

Module limit

Module limit 

Expand description

A middleware that limits the number of in-flight inputs.

See Limit.

Modules§

policy
Limit policies for super::Limit define how inputs are handled when the limit is reached for a given input.

Structs§

Limit
Limit inputs based on a Policy.
LimitLayer
Limit inputs based on a Policy.

Enums§

PolicyOutput
The output part of a limit policy.

Traits§

Policy
A limit Policy is used to determine whether a input is allowed to proceed, and if not, how to handle it.