local_sync::mpsc::bounded

Function channel

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