Class RunnableQueue.Link

    • 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.