Package | Description |
---|---|
org.jctools.queues.atomic |
Class and Description |
---|
BaseMpscLinkedAtomicArrayQueue
An MPSC array queue which starts at initialCapacity and grows to maxCapacity in linked chunks
of the initial size.
|
LinkedQueueAtomicNode |
MpscChunkedAtomicArrayQueue
An MPSC array queue which starts at initialCapacity and grows to maxCapacity in linked chunks
of the initial size.
|
Copyright © 2013–2017. All rights reserved.