View on GitHub

java9-concurrent-backport

Backport of the Java 9 CompletableFuture API
(JEP 266) for Java 8.

In addition, it contains a Java 8 version of the new Java 9
reactive-streams Flow and SubmissionPublisher API (JEP 266)
and of the new Java 9 Collections factory methods (JEP 269)

Javadoc online

See the online Javadoc for more details about the API

Downloads

Dependencies

No dependencies

License

java9-concurrent-backport is free to use and licensed under the GPL2, CE
(GNU General Public License, version 2, with the Classpath Exception)

Credits

java9-concurrent-backport builds on the code of the android-retrofuture, android-retroflow and android-retrostreams projects