| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| resources/META-INF/services/ | 03-May-2024 | - | 2 | 1 | ||
| src/ | 03-May-2024 | - | 151 | 90 | ||
| test/ | 03-May-2024 | - | 946 | 747 | ||
| README.md | D | 03-May-2024 | 443 | 11 | 6 | |
| build.gradle | D | 03-May-2024 | 111 | 5 | 3 |
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