Class Lock4


  • public class Lock4
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Lock4()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void awake()  
      <T> T run​(Closure4<T> closure)  
      void snooze​(long timeout)  
      • Methods inherited from class java.lang.Object

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

      • Lock4

        public Lock4()
    • Method Detail

      • run

        public <T> T run​(Closure4<T> closure)
      • snooze

        public void snooze​(long timeout)
      • awake

        public void awake()