channel

Function channel 

Source
pub fn channel<T>(bound: usize) -> (Sender<T>, Receiver<T>)