Join Slack
Communities
Powered by
<@U5SP8TVFA> You need to start UI-bound coroutine ...
# coroutines
e
elizarov
07/04/2017, 11:07 AM
@dekans
You need to start UI-bound coroutine with
launch(UI) { .. }
, and do suspend calls inside of it. You can read more here:
https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/coroutines-guide-ui.md
Open in Slack
Previous
Next