Function may::sync::mpmc::channel

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