Expand description
A Load
implementation that uses the count of in-flight requests.
Structs§
- Represents the number of currently-pending requests to a given service.
- Tracks an in-flight request by reference count.
- Expresses load based on the number of currently-pending requests.
- Wraps
inner
’s services withPendingRequests
.