It says `The CoroutineDispatcher that is designed ...
# coroutines
c
It says `The CoroutineDispatcher that is designed for offloading blocking IO tasks to a shared pool of threads`in the comments of
<http://Dispatchers.IO|Dispatchers.IO>
. What does
offloading
mean here?
k