if I use `runBlocking { }` to await a coroutine ju...
# arrow
p
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