I haven't used coroutines much yet, but theoretica...
# coroutines
r
I haven't used coroutines much yet, but theoretically why not something like
computations.forEach { it.await() }.map(tToR)
?
v
good implementation of
awaitAll
should fail when any of jobs fails, which is not true for
forEach { it.await() }