Uses of Interface
org.jctools.queues.alt.ProducerFunction
-
Packages that use ProducerFunction Package Description org.jctools.queues.alt -
-
Uses of ProducerFunction in org.jctools.queues.alt
Methods in org.jctools.queues.alt with parameters of type ProducerFunction Modifier and Type Method Description int
ConcurrentQueueFactory.GenericQueue. produce(ProducerFunction<E> producer, int batchSize)
int
ConcurrentQueueProducer. produce(ProducerFunction<E> p, int batchSize)
-