Open felixfbecker opened 7 years ago
Promise\all() currently takes an array. Since it only iterates through it, that is an unneeded extra array conversion if you are working with Iterators / Generators.
Promise\all()
Good idea!
Promise\all()
currently takes an array. Since it only iterates through it, that is an unneeded extra array conversion if you are working with Iterators / Generators.