The following doc looks a bit outdated: <https://k...
# coroutines
a
The following doc looks a bit outdated: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-main-coroutine-dispatcher/immediate.html It says: "Dispatchers.Main supports immediate execution for Android, JavaFx and Swing platforms". However, I believe it is also supported on Apple and JS targets. Right?