besides `await(future)`, I support `awaitBoth(pair...
# coroutines
p
besides
await(future)
, I support
awaitBoth(pairOfFutures)
,
awaitAll(varArgFutures)
, and
awaitAll(collectionOfFutures)