kotlinx.coroutines
Library support for Kotlin coroutines in Kotlin/JS.
suspend fun main() = coroutineScope {
launch {
delay(1000)
println("Kotlin Coroutines World!")
}
println("Hello")
}
Library support for Kotlin coroutines in Kotlin/JS.
suspend fun main() = coroutineScope {
launch {
delay(1000)
println("Kotlin Coroutines World!")
}
println("Hello")
}
npm i kotlinx-coroutines-core
119
1.7.3
Apache-2.0
3.26 MB
13