doInIO

inline suspend fun <T> doInIO(noinline block: suspend CoroutineScope.() -> T): T(source)