tree: 288b37d4057d9e83d6eda92e8fa850a361a2b69b [path history] [tgz]
  1. kotlinx-coroutines-android/
  2. kotlinx-coroutines-javafx/
  3. kotlinx-coroutines-swing/
  4. coroutines-guide-ui.md
  5. README.md
  6. ui-example-android.png
  7. ui-example-javafx.png
ui/README.md

Coroutines for UI

This directory contains modules for coroutine programming with various single-threaded UI libraries. After adding dependency to the UI library, corresponding UI dispatcher will be available via Dispatchers.Main. Module name below corresponds to the artifact name in Maven/Gradle.

Modules