Function local_sync::mpsc::bounded::channel

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