xref: /aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/README.md (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
1# Module kotlinx-coroutines-javafx
2
3Provides `Dispatchers.JavaFx` context and `Dispatchers.Main` implementation for JavaFX UI applications.
4
5Read [Guide to UI programming with coroutines](https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md)
6for tutorial on this module.
7
8# Package kotlinx.coroutines.javafx
9
10Provides `Dispatchers.JavaFx` context and `Dispatchers.Main` implementation for JavaFX UI applications.
11