[][src]Module tower::load::pending_requests

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.

PendingRequests

Measures the load of the underlying service using the number of currently-pending requests.

PendingRequestsDiscover

Wraps a D-typed stream of discovered services with PendingRequests.