Library to make working with Iterators/AsyncIterators easier.
Standard library
Adapter that turns EventEmitters into AsyncGenerators
Given an iterator of sorted items, find matching items in another.
> Generator and AsyncGenerator functions|constructors|classes as a module
The right way to iterate with for-await-of
Standard library
A class for running an (async or sync) iterator on the current event loop, with methods for starting and stopping its execution.