Expand description
Provides a Client
backed by a transport.
Structs§
- Call
- A future returned by
Channel::call
that resolves to a server response. - Channel
- Handles communication from the client to request dispatch.
- Request
Dispatch - Handles the lifecycle of requests, writing requests to the wire, managing cancellations, and dispatching responses to the appropriate channel.
Functions§
- new
- Returns a channel and dispatcher that manages the lifecycle of requests initiated by the channel.