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