Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
api/ | 03-May-2024 | - | 17 | 13 | ||
resources/META-INF/services/ | 03-May-2024 | - | 2 | 1 | ||
src/ | 03-May-2024 | - | 200 | 119 | ||
test/ | 03-May-2024 | - | 1,204 | 969 | ||
README.md | D | 03-May-2024 | 443 | 11 | 6 | |
build.gradle.kts | D | 03-May-2024 | 1.2 KiB | 51 | 36 |
README.md
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