Join Slack
Communities
Powered by
```listOf(compute(x), compute(y)).forEach { it.awa...
# coroutines
h
hackerham
12/22/2016, 11:00 AM
Copy code
listOf(compute(x), compute(y)).forEach { it.await() }
Open in Slack
Previous
Next