Package 

Class Async


  • 
    public final class Async
    
                        

    Created by xuxiaowei

    • Method Summary

      Modifier and Type Method Description
      static void submit(Runnable task)
      static <T> Future<T> submit(Callable<T> callable, long timeout, TimeUnit timeUnit)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait