create_spsc_queue

Function create_spsc_queue 

Source
pub fn create_spsc_queue<V: Send + Sync>(
    capacity_exponent: usize,
) -> (SpscQueueProducer<V>, SpscQueueConsumer<V>)