-
#ES6 Promises IMHO need Promise.seq() for sequential exec. and Promise.allMax(iterable, n) for parallel—but max. n at a time—exec. support!
-
@RubenVerborgh Interested to learn your opinion on x.com/tomayac/status/621042530763808768 Using array.reduce for Promise.seq() doesn't cover all use cases.