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