I usially don't run coroutine in blocking mode, I ...
# announcements
k
I usially don't run coroutine in blocking mode, I post some stuff to presenter, it generates viewmodels on background, then post update to view. Coroutine created with launch() builder. It would be nice to runBlocking() my non-blocking function... should I just create blocking coroutine in the unit test and call my launchFunction from it?