unbounded

Function unbounded 

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

Make a channel that can grow until the program runs out of memory

Returns (sender, receiver)