[Concurrency] AsyncSequence

It’s off topic so we shouldn’t debate it here – we can move this sub-thread to a new discussion topic if more discussion is desired – but this is not true. Nowhere in the docs for Sequence does it specify ordering. Given sequences aren’t even guaranteed multi pass, you can’t infer from that that the order has any meaning other than that if you must step through something an element at a time, that stepping must of course happen in some order.

8 Likes