Skip to main content

Module client

Module client 

Source
Expand description

The calling side of a bound RPC session.

Client::call sends a request and returns a Call future that resolves to the peer’s response. Multiple calls may be outstanding concurrently on one Client; each is dispatched and matched to its response independently.

Structs§

Call
An in-progress RPC call.
CallResult
A completed call’s response and possible trailer.
Client
RPC client handle.
PayloadCredit
A held share of the session payload quota.
Unbound
A negotiated client endpoint that has not yet been bound to a Protocol.