android13/external/kotlinx.coroutines/ui
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
kotlinx-coroutines-android initial 2024-06-22 20:45:49 +08:00
kotlinx-coroutines-javafx initial 2024-06-22 20:45:49 +08:00
kotlinx-coroutines-swing initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
coroutines-guide-ui.md initial 2024-06-22 20:45:49 +08:00
knit.code.include initial 2024-06-22 20:45:49 +08:00
knit.properties initial 2024-06-22 20:45:49 +08:00
ui-example-android.png initial 2024-06-22 20:45:49 +08:00
ui-example-javafx.png initial 2024-06-22 20:45:49 +08:00

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