android-retrofuture icon indicating copy to clipboard operation
android-retrofuture copied to clipboard

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

Results 1 android-retrofuture issues
Sort by recently updated
recently updated
newest added

The library uses LockSupport.park(object) API [reference](https://github.com/retrostreams/android-retrofuture/blob/03c4016f891349c8736df49caf8f82069157c3b4/src/main/java/java9/util/concurrent/CompletableFuture.java#L1867), which is an API introduced in APILevel 9 [Reference](https://developer.android.com/reference/java/util/concurrent/locks/LockSupport#park(java.lang.Object)), I just want to double-check, this means we can use the library only if app's...