| Package | Description |
|---|---|
| com.ibm.asyncutil.flow | |
| com.ibm.asyncutil.iteration |
Provides support for asynchronous loop constructs.
|
| Class | Description |
|---|---|
| AsyncIterator |
A mechanism for asynchronously generating and consuming values
|
| Class | Description |
|---|---|
| AsyncIterator |
A mechanism for asynchronously generating and consuming values
|
| AsyncIterator.End |
A marker enum that indicates there are no elements left in the iterator.
|
| AsyncQueue |
An unbounded async multi-producer-single-consumer queue.
|
| BoundedAsyncQueue |
A version of
AsyncQueue that provides a mechanism for backpressure. |
Copyright © 2018. All rights reserved.