Package | Description |
---|---|
dev.nm.misc.parallel |
Modifier and Type | Method and Description |
---|---|
<T> void |
ParallelExecutor.conditionalForEach(boolean conditionToParallelize,
Iterable<T> iterable,
IterationBody<T> body)
|
<T> void |
ParallelExecutor.forEach(Iterable<T> iterable,
IterationBody<T> body)
Runs a "foreach" loop in parallel.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.