RubenVerborgh/AsyncIterator

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

jeswr opened this issue · 0 comments

jeswr commented

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