<@U2E974ELT> So in the code above, the code doesn'...
# coroutines
c
@elizarov So in the code above, the code doesn't stop at
f1.await()
, it continues to the
f2
one and then
f3
, correct?