Github user yulin2 closed the pull request at:
https://github.com/apache/cassandra/pull/50
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is en
Github user MarkReddy commented on the pull request:
https://github.com/apache/cassandra/pull/50#issuecomment-68760981
@yulin2 Pull requests are not used for Apache Cassandra. Please open a JIRA
(https://issues.apache.org/jira/browse/CASSANDRA) if you have an improvement,
idea or issu
GitHub user yulin2 opened a pull request:
https://github.com/apache/cassandra/pull/50
opinion on refactoring ListenableFuture to Java 8 CompletableFuture
I'm doing research on new concurrent constructs in Java 8. I found
`CompletableFuture` in Java 8 has the same functionality as Gu