Class BackgroundWaiter


  • public class BackgroundWaiter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.concurrent.ExecutorService runner  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void runAndTick​(java.lang.Runnable r, java.lang.Runnable tick)  
      • Methods inherited from class java.lang.Object

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

      • runner

        private static java.util.concurrent.ExecutorService runner
    • Constructor Detail

      • BackgroundWaiter

        public BackgroundWaiter()
    • Method Detail

      • runAndTick

        public static void runAndTick​(java.lang.Runnable r,
                                      java.lang.Runnable tick)