[][src]Module tarpc_lib::client::channel

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.

RequestDispatch

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.