<@U31KZQD38> i think the code above expresses the ...
# coroutines
s
@kenneth_ford i think the code above expresses the intention to evaluate each operation in the order stated. if you want the evaluation to be first complete first serve you would have to include the println statements in some suspending construct again. like
Copy code
async { println(f1.await()) }