public interface Executor
Executor
or
Akka/Scala 2.10 ExecutionContext, or anything that serves the same purpose.Modifier and Type | Method and Description |
---|---|
void |
run(Runnable command)
Runs a simple task that doesn't return a result
|
void run(Runnable command)
Thread.run()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.