say I have a list of deferred calls that I've coll...
# coroutines
k
say I have a list of deferred calls that I've collected, is there a good way to await all of them other than looping through and calling await on each?