The documentation says that there's a runBlocking ...
# coroutines
j
The documentation says that there's a runBlocking builder function for Kotlin/JS (https://github.com/Kotlin/kotlinx.coroutines/blob/master/js/kotlinx-coroutines-core-js/README.md) but neither IntelliJ nor the compiler seem to be able to locate it...
g
Yeah, this is outdated documentation. runBlocking was removed from JS to avoid confusion, because it worked not like you probably would expect
j
Gotcha. Thanks!
Maybe make sense to send PR to remove runBlocking from docs
b
cc @elizarov