| Interface | Description |
|---|---|
| ConcurrentQueue<V> |
A class that provides a very simply unbounded queue.
|
| ConcurrentQueue.Handle<V> |
A Handle provides the capability to delete an element of a ConcurrentQueue
very quickly.
|
| Class | Description |
|---|---|
| ConcurrentQueueFactory |
A factory class for creating instances of ConcurrentQueue.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.