tc39 / proposal-joint-iteration

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

Consider async iteration #13

Closed bergus closed 10 months ago

bergus commented 10 months ago

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

bakkot commented 10 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 10 months ago

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