tree: 7470cf0ae6bf8d21a5dd295ec2469666e6cfc6b4 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
kotlinx-coroutines-jdk8/README.md

Module kotlinx-coroutines-jdk8

Additional libraries for JDK8 (or Android API level 24).

Package kotlinx.coroutines.experimental.jdk8

Additional libraries for JDK8 (or Android API level 24).

  • future { ... } coroutine builder that returns CompletableFuture and works in CommonPool context by default.
  • .await() suspending function for CompletableFuture.