CompletionStage) as well as their asynchronous consumption.| Interface | Description |
|---|---|
| AsyncIterator<T> |
A mechanism for asynchronously generating and consuming values
|
| AsyncQueue<T> |
An unbounded async multi-producer-single-consumer queue.
|
| BoundedAsyncQueue<T> |
A version of
AsyncQueue that provides a mechanism for backpressure. |
| Class | Description |
|---|---|
| AsyncQueues |
Methods to construct various multi-producer-single-consumer (mpsc) AsyncQueues.
|
| AsyncTrampoline |
Static methods for asynchronous looping procedures without exhausting the stack.
|
| Enum | Description |
|---|---|
| AsyncIterator.End |
A marker enum that indicates there are no elements left in the iterator.
|
Copyright © 2018. All rights reserved.