Join Slack
Powered by
The documentation says that there's a runBlocking ...
# coroutines
j
jonathan
03/14/2018, 2:23 AM
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
gildor
03/14/2018, 2:30 AM
Yeah, this is outdated documentation. runBlocking was removed from JS to avoid confusion, because it worked not like you probably would expect
j
jonathan
03/14/2018, 2:30 AM
Gotcha. Thanks!
g
gildor
03/14/2018, 2:31 AM
https://github.com/Kotlin/kotlinx.coroutines/issues/195#issuecomment-354458878
gildor
03/14/2018, 2:32 AM
Maybe make sense to send PR to remove runBlocking from docs
b
bashor
03/20/2018, 5:48 PM
cc
@elizarov
2
Views
Open in Slack
Previous
Next