aosp12/external/kotlinx.coroutines/ui
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
kotlinx-coroutines-android init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
kotlinx-coroutines-javafx init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
kotlinx-coroutines-swing init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
coroutines-guide-ui.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
knit.code.include init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
knit.properties init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ui-example-android.png init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ui-example-javafx.png init from android-12.1.0_r8 2023-01-09 17:11:35 +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