Join Slack
Powered by
That was `all` combinator. When you need to do som...
# coroutines
e
elizarov
01/26/2017, 7:22 PM
That was
all
combinator. When you need to do something in parallel as soon as each future completes you do
list.forEach { launch(context) { doSomething(it.await()) } }
Open in Slack
Previous
Next