Class RunnableQueue.Link

    • Field Summary

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

      Constructors 
      Constructor Description
      Link​(java.lang.Runnable r)
      Creates a new link.
    • Field Detail

      • runnable

        private final java.lang.Runnable runnable
        The Runnable.
    • Constructor Detail

      • Link

        public Link​(java.lang.Runnable r)
        Creates a new link.
    • Method Detail

      • unlock

        public void unlock()
        unlock link and notify locker. Basic implementation does nothing.