Class SafeSleep


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

      Constructors 
      Constructor Description
      SafeSleep()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void sleep​(java.time.Duration duration)  
      • Methods inherited from class java.lang.Object

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

      • SafeSleep

        public SafeSleep()
    • Method Detail

      • sleep

        public static void sleep​(java.time.Duration duration)