tc39 / proposal-joint-iteration

a TC39 proposal to synchronise the advancement of multiple iterators
https://tc39.es/proposal-joint-iteration
51 stars 2 forks source link

Consider async iteration #13

Closed bergus closed 7 months ago

bergus commented 7 months ago

This should also add AsyncIterator.zip (or whatever methods are being added to synchronous Iterator).

bakkot commented 7 months ago

That's probably going to have to wait for the rest of the async iterator helpers (which I'm still working on...)

michaelficarra commented 7 months ago

Agreed, the async variants of all the iterator helper follow-on proposals will have to follow the async iterator helpers proposal.