| Interface | Description |
|---|---|
| IterationBody<T> |
This interface defines the code snippet to be run in parallel.
|
| LoopBody |
The implementation of this interface contains the code inside a for-loop
construct.
|
| Class | Description |
|---|---|
| Mutex |
Provides mutual exclusive execution of a
Runnable. |
| ParallelExecutor |
This class provides a framework for executing an algorithm in parallel.
|
| Reference<T> |
| Exception | Description |
|---|---|
| MultipleExecutionException |
This exception is thrown when any of the parallel tasks throws an exception during execution.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.