It says `The CoroutineDispatcher that is designed for offloading blocking IO tasks to a shared pool ...
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