We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f753d4f commit 9df50e6Copy full SHA for 9df50e6
js/kotlinx-coroutines-core-js/npm/README.md
@@ -3,6 +3,14 @@
3
Library support for Kotlin coroutines in
4
[Kotlin/JS](https://kotlinlang.org/docs/reference/js-overview.html).
5
6
+```kotlin
7
+launch {
8
+ delay(1000)
9
+ println("Hello from Kotlin Coroutines!")
10
+}
11
+```
12
+
13
## Documentation
14
15
+* [Guide to kotlinx.coroutines by example on JVM](https://github.com/Kotlin/kotlinx.coroutines/blob/master/coroutines-guide.md) (**read it first**)
16
* [Full kotlinx.coroutines API reference](http://kotlin.github.io/kotlinx.coroutines)
0 commit comments