| Interface | Description |
|---|---|
| OrderedResultsExecutor.ResultCollector<RESULT> |
Definition of a result collector.
|
| OrderedResultsExecutor.Task<RESULT> |
Definition of a task.
|
| Class | Description |
|---|---|
| ActiveExecutor |
A queue of tasks run by a pool of thread.
|
| BlockingSimpleTarget | |
| FArrayBlockingQueue<E> |
Very much similar to the JDK
ArrayBlockingQueue class. |
| OrderedResultsExecutor<RESULT> |
Take tasks and execute them in //.
|
| SynchronousSimpleTarget |
Used to do something (callback) when every sub-task is done.
|
| SynchronousTarget |
Used to do something (callback) when every sub-task is done.
|
| SynchronousTargetGroup |
Manage a group of
SynchronousTarget and call the SynchronousTarget.completedCallback Runnable when done. |
| Watchdog |
Watch dog to check the process is still alive.
|