pub fn bounded<T>(capacity: usize) -> (Sender<T>, Receiver<T>)
Create a bounded unsync MPSC channel. Panics if capacity is zero.