Class NonBlockingMutexExecutor.RunNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Runnable runnable  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RunNode​(java.lang.Runnable runnable)  
    • Method Summary

      • Methods inherited from class java.util.concurrent.atomic.AtomicReference

        accumulateAndGet, compareAndSet, get, getAndAccumulate, getAndSet, getAndUpdate, lazySet, set, toString, updateAndGet, weakCompareAndSet
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • runnable

        private final java.lang.Runnable runnable
    • Constructor Detail

      • RunNode

        private RunNode​(java.lang.Runnable runnable)