Skip to main content

spsc_channel

Function spsc_channel 

Source
pub fn spsc_channel<T>(capacity: usize) -> (SpscSender<T>, SpscReceiver<T>)