| Package | Description |
|---|---|
| org.jctools.queues.atomic |
| Modifier and Type | Class and Description |
|---|---|
class |
MpscChunkedAtomicArrayQueue<E>
An MPSC array queue which starts at initialCapacity and grows to maxCapacity in linked chunks
of the initial size.
|
class |
MpscGrowableAtomicArrayQueue<E>
An MPSC array queue which starts at initialCapacity and grows to maxCapacity in linked chunks
of the initial size.
|