public interface Executor
Executor or
Akka/Scala 2.10 ExecutionContext, or anything that serves the same purpose.void run(Runnable command)
Thread.run()@Deprecated <T> T call(Callable<T> callable) throws Exception
Exception - if unable to compute a resultCopyright © 2006–2018 Apache Software Foundation. All rights reserved.