I have a coroutine in a presenter that when the ap...
# coroutines
j
I have a coroutine in a presenter that when the api throws a throwable it try to post to ui. The coroutine it wrapped by try & catch and launch(UI).