Uses of Interface
ratpack.exec.util.ParallelBatch
-
Packages that use ParallelBatch Package Description ratpack.exec.util -
-
Uses of ParallelBatch in ratpack.exec.util
Methods in ratpack.exec.util that return ParallelBatch Modifier and Type Method Description ParallelBatch<T>
ParallelBatch. execInit(Action<? super Execution> execInit)
Specifies an initializer for each forked execution.static <T> ParallelBatch<T>
ParallelBatch. of(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.
-