Struct tower::limit::concurrency::ConcurrencyLimitLayer [−][src]
pub struct ConcurrencyLimitLayer { /* fields omitted */ }
Expand description
Enforces a limit on the concurrent number of requests the underlying service can handle.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConcurrencyLimitLayer
impl Send for ConcurrencyLimitLayer
impl Sync for ConcurrencyLimitLayer
impl Unpin for ConcurrencyLimitLayer
impl UnwindSafe for ConcurrencyLimitLayer
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more