```listOf(compute(x), compute(y)).forEach { it.awa...
# coroutines
h
Copy code
listOf(compute(x), compute(y)).forEach { it.await() }