Expand description
The inflight module defines the Inflight type which estimates the count of events occurring at any point in time.
Structsยง
- An
Inflight
type tracks the frequency of actions that are actively occurring. When the value is dropped from scope, the count will automatically decrease.