runBlocking

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