| Interface | Description |
|---|---|
| IThreadWorkerFactory<T> |
A factory that creates workers used by
GraphThreadPoolExecutor |
| IWorker<T> |
A runnable object that is used by
GraphThreadPoolExecutor to execute
tasks |
| Class | Description |
|---|---|
| GraphThreadPoolExecutor<T> |
An Executor that launches tasks per batches.
|
| SuiteWorkerFactory |
An
IThreadWorkerFactory for SuiteRunners |