Probably something like `(compute(x) then compute(...
# coroutines
o
Probably something like
(compute(x) then compute(y) then compute(z)).await()
DSL could be made…