Both `launch` and `async` can be used with `UI` co...
# coroutines
e
Both
launch
and
async
can be used with
UI
context. Still, there is not much use in them if there is nothing you are waiting for. Coroutines are designed to help you writing code that waits.