| Package | Description |
|---|---|
| net.tascalate.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static AsyncCompletions.Cancel |
AsyncCompletions.Cancel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncCompletions.Cancel[] |
AsyncCompletions.Cancel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Stream<T> |
AsyncCompletions.stream(Iterable<? extends CompletionStage<? extends T>> pendingPromises,
int chunkSize,
AsyncCompletions.Cancel cancelOption) |
static <T> Stream<T> |
AsyncCompletions.stream(Stream<? extends CompletionStage<? extends T>> pendingPromises,
int chunkSize,
AsyncCompletions.Cancel cancelOption) |
| Constructor and Description |
|---|
AsyncCompletions(Iterator<? extends CompletionStage<? extends T>> pendingValues,
int chunkSize,
AsyncCompletions.Cancel cancelStrategy) |
Copyright © 2021. All rights reserved.