Class AbstractFuture.Waiter

    • Constructor Summary

      Constructors 
      Constructor Description
      Waiter()  
      Waiter​(boolean unused)
      Constructor for the TOMBSTONE, avoids use of ATOMIC_HELPER in case this class is loaded before the ATOMIC_HELPER.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void setNext​(AbstractFuture.Waiter next)  
      (package private) void unpark()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Waiter

        Waiter​(boolean unused)
        Constructor for the TOMBSTONE, avoids use of ATOMIC_HELPER in case this class is loaded before the ATOMIC_HELPER. Apparently this is possible on some android platforms.
      • Waiter

        Waiter()