package java.util.concurrent
extends Executor
Available on java awaitTermination (param1:Int64, param2:TimeUnit):Bool execute (param1:Runnable):Void invokeAll<T> (param1:Collection<Callable<T>>, param2:Int64, param3:TimeUnit):List<Future<T>> invokeAll<T> (param1:Collection<Callable<T>>):List<Future<T>> invokeAny<T> (param1:Collection<Callable<T>>, param2:Int64, param3:TimeUnit):T invokeAny<T> (param1:Collection<Callable<T>>):T isShutdown ():Bool isTerminated ():Bool shutdown ():Void shutdownNow ():List<Runnable> submit (param1:Runnable):Future<Dynamic> submit<T> (param1:Callable<T>):Future<T> submit<T> (param1:Runnable, param2:T ):Future<T>
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/concurrent/ExecutorService.html