gildor
03/01/2017, 9:46 AMWhile 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