RubenVerborgh / AsyncIterator

An asynchronous iterator library for advanced object pipelines in JavaScript
https://rubenverborgh.github.io/AsyncIterator/docs/
Other
48 stars 7 forks source link

feat: allow Unioniterator sources to be a Promise that resolves to an AsyncIterator #42

Closed jeswr closed 2 years ago

jeswr commented 2 years ago

A straightforward implementation should just be applying wrap to the source if it is a Promise in the _addSource method.