since `<http://Dispatchers.IO|Dispatchers.IO>` shares threads with `Dispatchers.Default`, is it poss...
v
since
<http://Dispatchers.IO|Dispatchers.IO>
shares threads with
Dispatchers.Default
, is it possible that if there are too many IO requests, coroutines spawned on
.Default
will be starved?
g
No, default has own limits and just new thread will be started