Uses of Interface
pabeles.concurrency.IntRangeConsumer
-
Uses of IntRangeConsumer in pabeles.concurrency
Modifier and TypeMethodDescriptionstatic void
ConcurrencyOps.loopBlocks
(int start, int endExclusive, int minBlock, IntRangeConsumer consumer) Automatically breaks the problem up into blocks based on the number of threads available.static void
ConcurrencyOps.loopBlocks
(int start, int endExclusive, IntRangeConsumer consumer) Splits the range of values up into blocks.ModifierConstructorDescriptionIntRangeTask
(int step, int min, int max, int stepLength, IntRangeConsumer consumer) IntRangeTask
(int min, int max, int stepLength, IntRangeConsumer consumer)