Expand description
A Load
implementation that measures load using the number 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 - Measures the load of the underlying service using the number of currently-pending requests.
- Pending
Requests Discover - Wraps a
D
-typed stream of discovered services withPendingRequests
.