Join Slack
Powered by
This message was deleted.
# android
s
Slackbot
12/13/2017, 1:38 PM
This message was deleted.
y
yuriy.stetsyk
12/13/2017, 1:44 PM
https://github.com/Kotlin/anko/wiki/Anko-Coroutines#bg
as example says: use bg {} inside another coroutine builder and return result from it. Then handle result is outer coroutine builder, which is executed in UI thread.
l
louiscad
12/13/2017, 1:47 PM
you can use
launch(UI) { ... }
with kotlinx.coroutines
Open in Slack
Previous
Next