pingora_limits

Module inflight

Source
Expand description

The inflight module defines the Inflight type which estimates the count of events occurring at any point in time.

Structsยง

  • A Guard is returned when an Inflight key is incremented via Inflight::incr.
  • An Inflight type tracks the frequency of actions that are actively occurring. When the value is dropped from scope, the count will automatically decrease.