array

Function array 

Source
pub fn array<T>(capacity: usize) -> (Sender<T>, Receiver<T>)