This adds a CompletableFuture into the collection of results @param completableFuture the CF to add
(CompletableFuture<T> completableFuture)
| 42 | * @param completableFuture the CF to add |
| 43 | */ |
| 44 | void add(CompletableFuture<T> completableFuture); |
| 45 | |
| 46 | /** |
| 47 | * This adds a new value which can be either a materialized value or a {@link CompletableFuture} |
no outgoing calls