[][src]Function fast_spsc_queue::create_spsc_queue

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