Uses of Interface
pabeles.concurrency.IntObjectConsumer
Packages that use IntObjectConsumer
-
Uses of IntObjectConsumer in pabeles.concurrency
Methods in pabeles.concurrency with parameters of type IntObjectConsumerModifier and TypeMethodDescriptionstatic <T> void
ConcurrencyOps.loopFor
(int start, int endExclusive, int step, GrowArray<T> workspace, IntObjectConsumer<T> consumer) Concurrent for loop.Constructors in pabeles.concurrency with parameters of type IntObjectConsumerModifierConstructorDescriptionIntObjectTask
(int idx0, int idx1, int step, int maxThreads, int whichThread, GrowArray<T> workspace, IntObjectConsumer<T> consumer)