fwiw, `await(…)` stands out more than `(…).await()...
# coroutines
p
fwiw,
await(…)
stands out more than
(…).await()
, and is more “symmetric” with
async { … }