Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
api/ | H | 25-Apr-2025 | - | 17 | 13 | |
resources/META-INF/services/ | H | 25-Apr-2025 | - | 2 | 1 | |
src/ | H | 25-Apr-2025 | - | 201 | 121 | |
test/ | H | 25-Apr-2025 | - | 1,144 | 958 | |
README.md | H A D | 25-Apr-2025 | 443 | 11 | 6 | |
build.gradle.kts | H A D | 25-Apr-2025 | 727 | 30 | 25 |
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