Uses of Interface
pabeles.concurrency.IntObjectConsumer
-
Uses of IntObjectConsumer in pabeles.concurrency
Modifier and TypeMethodDescriptionstatic <T> void
ConcurrencyOps.loopFor
(int start, int endExclusive, int step, GrowArray<T> workspace, IntObjectConsumer<T> consumer) Concurrent for loop.ModifierConstructorDescriptionIntObjectTask
(int idx0, int idx1, int step, int maxThreads, int whichThread, GrowArray<T> workspace, IntObjectConsumer<T> consumer)