Module tarpc::rpc::client::channel [−][src]
Provides a Client
backed by a transport.
Structs
Call | A future returned by |
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. |