org.compass.core.executor |
|
Java Source File Name | Type | Comment |
DefaultExecutorManager.java | Class | The "default" implementation of an executor manager. |
DummyFuture.java | Class | A dummy future representing a result that was already processed (with a
result or an exception). |
ExecutorException.java | Class | A general execution execption. |
ExecutorManager.java | Interface | An executor manager is an abstraction on top of async and scheduled execution
of tasks. |