[][src]Module tarpc::rpc::transport::channel

Transports backed by in-memory channels.

Structs

UnboundedChannel

A bi-directional channel backed by an UnboundedSender and UnboundedReceiver.

Functions

unbounded

Returns two unbounded channel peers. Each Stream yields items sent through the other's Sink.