ioDispatcher
The I/O dispatcher for network transport work.
Dispatchers.IO lives in coroutines' concurrent source set (JVM + Native) but is not exposed in common, so commonMain can't name it directly. This expect/actual bridges it — every actual is Dispatchers.IO. CPU-bound work uses Dispatchers.Default, which is in common, so it needs no bridge.