However, if you run a lot of jobs that do `makeReq...
# coroutines
e
However, if you run a lot of jobs that do
makeRequest
in a
CommonPool
, then you main thread does not block. The advantage is that
it.await()
only suspends your main thread, and it is free process any other coroutines you might be running in your main thread.