act

suspend fun <T> act(block: suspend CoroutineScope.() -> T): T(source)