tree: 74d705bcab595881d52005928e0c333791e0801c [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.