public class ConcurrentQueueHelper
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.concurrent.ConcurrentLinkedQueue<java.lang.Runnable> |
mQueue |
| Constructor | Description |
|---|---|
ConcurrentQueueHelper() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
consume() |
|
void |
consumeLast() |
|
boolean |
isEmpty() |
|
void |
offer(java.lang.Runnable runnable) |