| Constructor and Description |
|---|
WaitFreeDrainMpscQueue(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
capacity() |
void |
drain(org.jctools.queues.MessagePassingQueue.Consumer<T> consumer) |
boolean |
offer(T element) |
int |
size() |
public void drain(org.jctools.queues.MessagePassingQueue.Consumer<T> consumer)