Function lossyq::spsc::channel [] [src]

pub fn channel<T: Send>(size: usize) -> (Sender<T>, Receiver<T>)