[][src]Function tarpc::rpc::transport::channel::unbounded

pub fn unbounded<SinkItem, Item>(
) -> (UnboundedChannel<SinkItem, Item>, UnboundedChannel<Item, SinkItem>)

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