title: kotlinx-coroutines layout: api

kotlinx.coroutines reference documentation

Library support for Kotlin coroutines. This reference is a companion to Guide to kotlinx.coroutines by example.

Modules

NameDescription
kotlinx-coroutines-coreCore primitives to work with coroutines
kotlinx-coroutines-reactiveUtilities for Reactive Streams
kotlinx-coroutines-reactorUtilities for Reactor
kotlinx-coroutines-rx2Utilities for RxJava 2.x
kotlinx-coroutines-androidUI context for Android applications
kotlinx-coroutines-javafxJavaFx context for JavaFX UI applications
kotlinx-coroutines-swingSwing context for Swing UI applications
kotlinx-coroutines-jdk8Integration with JDK8 CompletableFuture (Android API level 24)
kotlinx-coroutines-nioIntegration with asynchronous IO on JDK7+ (Android O Preview)
kotlinx-coroutines-guavaIntegration with Guava ListenableFuture
kotlinx-coroutines-quasarIntegration with Quasar
kotlinx-coroutines-slf4jIntegration with SLF4J MDC

Examples

  • example-frontend-js -- frontend application written in Kotlin/JS that uses coroutines to implement animations in imperative style.