Class SpmcLinkedArrayQueue<T>

  • Type Parameters:
    T - the item type to be queued
    All Implemented Interfaces:
    SimplePlainQueue<T>, SimpleQueue<T>

    public final class SpmcLinkedArrayQueue<T>
    extends Object
    implements SimplePlainQueue<T>
    A single-producer multiple-conumer queue implementation with array islands.
    Since:
    0.18.8