Function may::sync::mpsc::channel

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