Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
api/ | 03-May-2024 | - | 12 | 9 | ||
resources/META-INF/services/ | 03-May-2024 | - | 2 | 1 | ||
src/ | 03-May-2024 | - | 82 | 50 | ||
test/ | 03-May-2024 | - | 203 | 157 | ||
README.md | D | 03-May-2024 | 438 | 11 | 6 | |
build.gradle.kts | D | 03-May-2024 | 181 | 8 | 3 |
README.md
1# Module kotlinx-coroutines-swing 2 3Provides `Dispatchers.Swing` context and `Dispatchers.Main` implementation for Swing 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.swing 9 10Provides `Dispatchers.Swing` context and `Dispatchers.Main` implementation for Swing UI applications. 11