xref: /aosp_15_r20/external/kotlinx.coroutines/ui/README.md (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
1*7a7160feSAndroid Build Coastguard Worker# Coroutines for UI
2*7a7160feSAndroid Build Coastguard Worker
3*7a7160feSAndroid Build Coastguard WorkerThis directory contains modules for coroutine programming with various single-threaded UI libraries.
4*7a7160feSAndroid Build Coastguard WorkerAfter adding dependency to the UI library, corresponding UI dispatcher will be available via `Dispatchers.Main`.
5*7a7160feSAndroid Build Coastguard WorkerModule name below corresponds to the artifact name in Maven/Gradle.
6*7a7160feSAndroid Build Coastguard Worker
7*7a7160feSAndroid Build Coastguard Worker## Modules
8*7a7160feSAndroid Build Coastguard Worker
9*7a7160feSAndroid Build Coastguard Worker* [kotlinx-coroutines-android](kotlinx-coroutines-android/README.md) -- `Dispatchers.Main` context for Android applications.
10*7a7160feSAndroid Build Coastguard Worker* [kotlinx-coroutines-javafx](kotlinx-coroutines-javafx/README.md) -- `Dispatchers.JavaFx` context for JavaFX UI applications.
11*7a7160feSAndroid Build Coastguard Worker* [kotlinx-coroutines-swing](kotlinx-coroutines-swing/README.md) -- `Dispatchers.Swing` context for Swing UI applications.
12