`compute(x).await() to compute(y).await()`, where ...
# coroutines
p
compute(x).await() to compute(y).await()
, where
compute()
is an async method, doesn’t start the second computation until the first has completed.