This way, while a thread in `CommonPool` is blocke...
# coroutines
e
This way, while a thread in
CommonPool
is blocked, your UI-confined coroutine is just suspended and you can do anything else in your UI thread.