[][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.

Functions

spawn

Spawns a dispatch task on the default executor that manages the lifecycle of requests initiated by the returned Channel.