| Package | Description |
|---|---|
| de.javagl.common.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static void |
ParallelRangeExecutor.execute(int parallelism,
ExecutorService executorService,
int globalMin,
int globalMax,
ParallelRangeExecutor.RangeExecutor rangeExecutor)
Perform a parallel execution of the given
ParallelRangeExecutor.RangeExecutor
with the specified range and parallelism level on the given
executor service. |
Copyright © 2015. All rights reserved.