[][src]Function futures::unsync::mpsc::unbounded

pub fn unbounded<T>() -> (UnboundedSender<T>, UnboundedReceiver<T>)

Creates an unbounded in-memory channel with buffered storage.

Identical semantics to channel, except with no limit to buffer size.