Skip to content

The List of CompletionStage args wont accept a list of CompletableFuture #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bbakerman opened this issue Aug 28, 2017 · 0 comments
Closed
Milestone

Comments

@bbakerman
Copy link
Member

This wont compile

    PromisedValues<String> pvList = PromisedValues.allOf(Collections.singletonList(new CompletableFuture<String>()));

We should use more generic shape

@bbakerman bbakerman added this to the 1.0.2 milestone Aug 28, 2017
@bbakerman bbakerman changed the title The List of ComplationStage args wont accept a list of CompletableFuture The List of CompletionStage args wont accept a list of CompletableFuture Aug 28, 2017
bbakerman pushed a commit that referenced this issue Feb 9, 2020
Allow dispatch caller to get stats back
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant