Uses of Interface
io.netty.util.concurrent.MpscAtomicIntegerArrayQueue.IntBinaryOperator
-
Packages that use MpscAtomicIntegerArrayQueue.IntBinaryOperator Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of MpscAtomicIntegerArrayQueue.IntBinaryOperator in io.netty.util.concurrent
Methods in io.netty.util.concurrent with parameters of type MpscAtomicIntegerArrayQueue.IntBinaryOperator Modifier and Type Method Description intMpscAtomicIntegerArrayQueue. weakPeekReduce(int limit, int initial, MpscAtomicIntegerArrayQueue.IntBinaryOperator op)Peek at all available elements and compute a reduction.
-