Ok. Well, the "sequential" awaiting does not actua...
# coroutines
d
Ok. Well, the "sequential" awaiting does not actually run the coroutines in sequence. They are all run in parallel, you just wait for them sequentially.