> While this is not the case here, right? mainA...
# coroutines
g
While this is not the case here, right? mainAsync { /* I’m still on main thread! */ }
@darkmoon_uk You are right. Goal of mainAsync is provide coroutine block where you can use your views (and other mainthread-only things), but also allow to make suspend calls and run some async code and get results