You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
kotlinx-coroutines-android | 4 months ago | |
kotlinx-coroutines-javafx | 4 months ago | |
kotlinx-coroutines-swing | 4 months ago | |
README.md | 4 months ago | |
coroutines-guide-ui.md | 4 months ago | |
knit.code.include | 4 months ago | |
knit.properties | 4 months ago | |
ui-example-android.png | 4 months ago | |
ui-example-javafx.png | 4 months ago |
README.md
Coroutines for UI
This directory contains modules for coroutine programming with various single-threaded UI libraries.
After adding dependency to the UI library, corresponding UI dispatcher will be available via Dispatchers.Main
.
Module name below corresponds to the artifact name in Maven/Gradle.
Modules
- kotlinx-coroutines-android --
Dispatchers.Main
context for Android applications. - kotlinx-coroutines-javafx --
Dispatchers.JavaFx
context for JavaFX UI applications. - kotlinx-coroutines-swing --
Dispatchers.Swing
context for Swing UI applications.