public interface MpscQueue<T>
int
capacity()
void
drain(org.jctools.queues.MessagePassingQueue.Consumer<T> consumer)
boolean
offer(T element)
size()
boolean offer(T element)
void drain(org.jctools.queues.MessagePassingQueue.Consumer<T> consumer)
int size()
int capacity()