Join Slack
Powered by
if I use `runBlocking { }` to await a coroutine ju...
# arrow
p
pakoito
06/27/2018, 6:59 PM
if I use
runBlocking { }
to await a coroutine just so I can return to the current thread (whatever that is), that would block the current thread. That'd be bad if the current thread is UI, which as an API you may not even know
Open in Slack
Previous
Next