Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
api/ | 04-Jul-2025 | - | 12 | 9 | ||
resources/META-INF/services/ | 04-Jul-2025 | - | 2 | 1 | ||
src/ | 04-Jul-2025 | - | 96 | 60 | ||
test/ | 04-Jul-2025 | - | 81 | 61 | ||
README.md | D | 04-Jul-2025 | 438 | 11 | 6 | |
build.gradle.kts | D | 04-Jul-2025 | 77 | 4 | 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