Function unbounded

Source
pub fn unbounded<T>() -> (Sender<T>, Receiver<T>)
Expand description

Create an unbounded unsync MPSC channel.