antonioleiva
05/31/2017, 7:44 AMlaunch(UI) and async(UI) tbh, but worth tryinglouiscad
06/03/2017, 11:29 PMUnit while async returns a Deffered on which you can call await() from a coroutine. I use async for methods in a Repository, so the UI code using it can await for completion without blocking UI thread in coroutines