We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Explore whether an io.reactivex.Future makes sense to allow better representation of Scalar responses.
Related to #1594 in 1.x but targeting 2.x as it can support interop with Java 8 CompletableFuture.
CompletableFuture
The text was updated successfully, but these errors were encountered:
Do we want to duplicate Java 8's functionality or all those other ListenableFuture, etc. implementations? Is there a use-case?
Sorry, something went wrong.
This is only applicable to 2.x discussions. #1594 is more applicable for right now.
Done.
2.x was decided to be Java 6 compatible as well. This has to go to an external library.
No branches or pull requests
Explore whether an io.reactivex.Future makes sense to allow better representation of Scalar responses.
Related to #1594 in 1.x but targeting 2.x as it can support interop with Java 8
CompletableFuture
.The text was updated successfully, but these errors were encountered: