tree: 735e70dce04da4048a44d07ff4d1b61c89db4d52 [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