Closed michaelficarra closed 10 months ago
Fixes #6. Not sure this is an improvement. It is Iterator.zip after all.
This is definitely an improvement. Iterator.zip means it zips iterators, not that every input is an iterator. By analogy, Promise.all doesn't await its argument.
Iterator.zip
Promise.all
Fixes #6. Not sure this is an improvement. It is Iterator.zip after all.