tree: c27fa38ee4722a495ab9fd1f6bb8d873367ec007 [path history] [tgz]
  1. kotlinx-coroutines-android/
  2. kotlinx-coroutines-javafx/
  3. kotlinx-coroutines-swing/
  4. coroutines-guide-ui.md
  5. knit.code.include
  6. knit.properties
  7. README.md
  8. ui-example-android.png
  9. 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