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

Creates an unbounded in-memory channel with buffered storage.

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