You can assume that `launch(UI)` (or `async(UI)` ...
# android
g
You can assume that
launch(UI)
(or
async(UI)
from kotlinx-coroutines-code) is
asyncUI
replacement, but this example from Andrey Breslav talk is just an example, because kotlin has no domain specific implementation in the code , just support of
suspend
and you can use it to write own library for your domain/platform/library