doInDefault

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