is there something different in `awaitBoth` than j...
# coroutines
o
is there something different in
awaitBoth
than just
f1.await() to f2.await()
?