completablefuture topic

List completablefuture repositories

promesa

488
Stars
57
Forks
Watchers

A promise library & concurrency toolkit for Clojure and ClojureScript.

tascalate-concurrent

198
Stars
29
Forks
Watchers

Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s

streamsupport

186
Stars
29
Forks
Watchers

Backport of Java 8/9 java.util.stream API to Java 6/7 and Android

RxJavaJdk8Interop

71
Stars
6
Forks
Watchers

RxJava 2/3 interop library for supporting Java 8 features such as Optional, Stream and CompletableFuture [discontinued]

kotlin-futures

82
Stars
6
Forks
Watchers

A collections of extension functions to make the JVM Future, CompletableFuture, ListenableFuture API more functional and Kotlin like.

android-retrofuture

67
Stars
5
Forks
Watchers

Backport of Java 9 (JEP 266) CompletableFuture API for Android Studio 3.x D8 / desugar toolchain, forked from https://github.com/stefan-zobel/streamsupport

completable-future-example

34
Stars
22
Forks
Watchers

Example project comparing Java's CompletableFuture and Future implementations

demo-java-completablefuture

30
Stars
14
Forks
Watchers

'Asynchronous programming in Java with CompletableFuture' article and source code.

paneer-tikka-masala

24
Stars
6
Forks
Watchers

A Code Kata using a cooking recipe to make an Indian curry, Paneer Tikka Masala (grilled and marinated cottage cheese in a tomato and cream gravy).

latency-problems

31
Stars
2
Forks
Watchers

A set asynchronous, non-blocking & parallelism problems to challenge your mind!