Function std::sync::mpsc::channel [] [src]

pub fn channel<T>() -> (Sender<T>, Receiver<T>)