Queue implementations that provide completable states or lock-free queueSee: Description
| Interface | Description |
|---|---|
| CompletableQueue<T> | Deprecated |
| Class | Description |
|---|---|
| CompletableBlockingQueue<T> |
A LinkedQueue that supports a terminal state.
|
| CompletableLinkedQueue<T> |
A LinkedQueue that supports a terminal state.
|
Queue implementations that provide completable states or lock-free queue