| Package | Description |
|---|---|
| ratpack.exec.util |
| Modifier and Type | Method and Description |
|---|---|
ParallelBatch<T> |
ParallelBatch.execInit(Action<? super Execution> execInit)
Specifies an initializer for each forked execution.
|
static <T> ParallelBatch<T> |
ParallelBatch.of(java.lang.Iterable<? extends Promise<? extends T>> promises)
Creates a new parallel batch of the given promises.
|
static <T> ParallelBatch<T> |
ParallelBatch.of(Promise<? extends T>... promises)
Creates a new parallel batch of the given promises.
|