Sykander / iterable-async

Iterable Async Methods
https://www.npmjs.com/package/iterable-async
MIT License
5 stars 0 forks source link

Async Reduce #87

Closed Sykander closed 4 years ago

Sykander commented 4 years ago

Implement

async function asyncReduce(async function transducer[, accumulator]) {
  // ...
};

async function asyncReduceIterable(Object iterable, async function transducer[, accumulator]) {
  // ...
};

This change should pass all tests in the async-reduce-specs