is there a way to compose suspend functions like f...
# coroutines
p
is there a way to compose suspend functions like futures? e.g. to start a couple of async operations, each of which is implemented as a suspend function, and wait until all of them have completed.