[][src]Function tarpc_lib::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.