Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
Run multiple promise-returning & async functions with limited concurrency using native ES9
TypeScript definitions for tiny-async-pool
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
A finite state machine iterator for JavaScript
An iterator utility library for JavaScript.
Get the default iterator or async iterator for an iterable or async iterable
Iterate over a collection, invoking a function for each element.
Simple iterator for flat and multi section lists
Small, performant & immutable iteration utilities for Arrays and Objects
An iterator to iterate an array in random order with controls to requeue or dequeue elements during the iteration
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
iterator for mini-html-parser
Async iterator utilities for Metorial. Provides programmable async iterators for creating controlled data streams and managing async iteration flow.
Symbol.
Iterator library for JavaScript and TypeScript
An async iterator that joins multiple other async iterators in order, one after another.
A polyfill for Iterator helpers proposal
Polyfill for IE/Node 8 for Symbol.asyncIterator
It iterates through a graph or a tree recursively
EcmaScript's CreateArrayIterator abstract operation
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Asynchronous Iterator (ES2019)
The missing flatMap function for Node