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.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| kotlinx-coroutines-android | 3 years ago | |
| kotlinx-coroutines-javafx | 3 years ago | |
| kotlinx-coroutines-swing | 3 years ago | |
| README.md | 3 years ago | |
| coroutines-guide-ui.md | 3 years ago | |
| knit.code.include | 3 years ago | |
| knit.properties | 3 years ago | |
| ui-example-android.png | 3 years ago | |
| ui-example-javafx.png | 3 years 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.Maincontext for Android applications. - kotlinx-coroutines-javafx --
Dispatchers.JavaFxcontext for JavaFX UI applications. - kotlinx-coroutines-swing --
Dispatchers.Swingcontext for Swing UI applications.