Skip to content
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

Use CompletableFuture to rewrite the embedded ListenableFuture. #2187

Closed
chickenlj opened this issue Aug 6, 2018 · 0 comments
Closed

Use CompletableFuture to rewrite the embedded ListenableFuture. #2187

chickenlj opened this issue Aug 6, 2018 · 0 comments
Labels
help wanted Everything needs help from contributors

Comments

@chickenlj
Copy link
Contributor

chickenlj commented Aug 6, 2018

We have some functionalities which were implemented with ListenableFuture, ListenableFuture is supplementary for Future introduced in Java 5. Now I think we can rewrite those codes with CompletableFuture provided by Java 8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Everything needs help from contributors
Projects
None yet
Development

No branches or pull requests

1 participant