Class SingleConsumerQueue.Node<E>

    • Constructor Detail

      • Node

        Node​(@Nullable
             E value)
    • Method Detail

      • complete

        void complete()
        A no-op notification that the element was added to the queue.
      • await

        void await()
        A no-op wait until the operation has completed.
      • isDone

        boolean isDone()
        Always returns that the operation completed.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object