Skip to content

Commit 9df50e6

Browse files
committed
More docs on NPM package readme page.
1 parent f753d4f commit 9df50e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

js/kotlinx-coroutines-core-js/npm/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Library support for Kotlin coroutines in
44
[Kotlin/JS](https://kotlinlang.org/docs/reference/js-overview.html).
55

6+
```kotlin
7+
launch {
8+
delay(1000)
9+
println("Hello from Kotlin Coroutines!")
10+
}
11+
```
12+
613
## Documentation
714

15+
* [Guide to kotlinx.coroutines by example on JVM](https://github.com/Kotlin/kotlinx.coroutines/blob/master/coroutines-guide.md) (**read it first**)
816
* [Full kotlinx.coroutines API reference](http://kotlin.github.io/kotlinx.coroutines)

0 commit comments

Comments
 (0)