concurrent async calls are quite common in my code...
# coroutines
p
concurrent async calls are quite common in my code, hence `awaitBoth`/`awaitAll` is very useful.