Package dev.nm.misc.parallel
-
Interface Summary 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 Summary Class Description Mutex Provides mutual exclusive execution of aRunnable
.ParallelExecutor This class provides a framework for executing an algorithm in parallel.Reference<T> -
Exception Summary Exception Description MultipleExecutionException This exception is thrown when any of the parallel tasks throws an exception during execution.