pub fn unbounded<T: Clone + Unpin>() -> (Sender<T>, Receiver<T>)
Expand description

Create an unbounded channel.