coroutineScope

suspend fun <R> Abortable?.coroutineScope(block: suspend CoroutineScope.() -> R): R(source)