Class AutoRun


  • public final class AutoRun
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Map<java.util.concurrent.Executor,​WeakCollection<AutoRun.Task>> ALL  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoRun()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void add​(java.util.concurrent.Executor executor, AutoRun.Task task)  
      • Methods inherited from class java.lang.Object

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

      • AutoRun

        public AutoRun()
    • Method Detail

      • add

        public static void add​(java.util.concurrent.Executor executor,
                               AutoRun.Task task)