Interface MpscQueue<T>

    • Method Detail

      • offer

        boolean offer​(T element)
      • drain

        void drain​(org.jctools.queues.MessagePassingQueue.Consumer<T> consumer)
      • size

        int size()
      • capacity

        int capacity()