local_sync::mpsc::unbounded

Function channel

Source
pub fn channel<T>() -> (Tx<T>, Rx<T>)