Class SingleConsumerQueue.LinearizableNode<E>

    • Constructor Summary

      Constructors 
      Constructor Description
      LinearizableNode​(@Nullable E value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void await()
      A busy wait until the operation has completed.
      (package private) void complete()
      A notification that the element was added to the queue.
      (package private) boolean isDone()
      Returns whether the operation completed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait