Join Slack
Communities
Powered by
hi guys! i'm trying to create my first coroutine i...
# coroutines
d
deviant
03/04/2017, 4:16 PM
hi guys! i'm trying to create my first coroutine in android app, but don't get how to start async coroutine on UI thread. should i use something like
Copy code
launch(Unconfined) { // this block should run on UI }
Open in Slack
Previous
Next