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

This is supported on crate feature load only.

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.

PendingRequestsDiscoverdiscover

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