Function glommio::channels::spsc_queue::make[][src]

pub fn make<T>(capacity: usize) -> (Producer<T>, Consumer<T>)
Expand description

Creates a new spsc_queue returning its producer and consumer endpoints.