Interface | Description |
---|---|
ConcurrentQueue<E> |
A minimal top level queue interface which allows producer/consumers access via separate interfaces.
|
ConcurrentQueueConsumer<E> |
Consumers are local to the threads which use them.
|
ConcurrentQueueProducer<E> | |
ConsumerFunction<E> | |
ProducerFunction<E> |
Class | Description |
---|---|
ConcurrentCircularArray<E> | |
ConcurrentQueueFactory |
The queue factory produces
ConcurrentQueue instances based on a best fit to the ConcurrentQueueSpec . |
ConcurrentQueueFactory.GenericQueue<E> | |
ConcurrentSequencedCircularArray<E> | |
MpmcArrayConcurrentQueue<E> | |
SpscArrayConcurrentQueue<E> |
Copyright © 2013-2016. All Rights Reserved.