found that `await(..)` works better than `(…).awai...
# coroutines
p
found that
await(..)
works better than
(…).await()
for awaiting pairs and collections of futures