Is this ( <https://pl.kotl.in/p92bnGFcA> ) a sensi...
# coroutines
n
Is this ( https://pl.kotl.in/p92bnGFcA ) a sensible way to start multiple asynchroneous works (coroutines) that can either succeed or fail (I need to run all of them until they quit, and not cancel if one fails), and then collect their results? Especially the usage of
listOf
and
fold
which I do to start all of them before waiting