unplugged-system/external/kotlinx.coroutines/ui
2025-10-06 13:59:42 +00:00
..
kotlinx-coroutines-android Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
kotlinx-coroutines-javafx Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
kotlinx-coroutines-swing Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
coroutines-guide-ui.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
knit.code.include Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
knit.properties Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
ui-example-android.png Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
ui-example-javafx.png Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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