If you replace outer `async(EmptyCoroutineContext)...
# arrow
e
If you replace outer
async(EmptyCoroutineContext)
with
runBlocking
, then you’ll be able to switch back to your original thread.