hi guys! i'm trying to create my first coroutine i...
# coroutines
d
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
}