interface java.util.concurrent.ExecutorService extends Executor
Available on java
Instance Fields
function invokeAll<T>(param1:Collection<Callable<T>>):List<Future<T>>
function invokeAll<T>(param1:Collection<Callable<T>>, param2:Int64, param3:TimeUnit):List<Future<T>>
function invokeAny<T>(param1:Collection<Callable<T>>):T
function invokeAny<T>(param1:Collection<Callable<T>>, param2:Int64, param3:TimeUnit):T