async-iterator
There are 23 repositories under async-iterator topic.
repeaterjs/repeater
The missing constructor for creating safe async iterators
labs42io/itiriri-async
A library for asynchronous iteration.
Smoren/itertools-ts
TypeScript Iteration Tools Library
TomerAberbach/betterator
💯 A better sync and async iterator API.
voxpelli/buffered-async-iterable
Buffered parallel processing of async iterables / generators
lmammino/javascript-iteration-protocols
Some examples regarding JavaScript powerful iteration protocols enabling `for..of` and `for await...of` syntax
RangerMauve/make-fetch
Implement your own `fetch()` with async iterators.
Qard/async-iterator-pipe
Pipe between async iterators and streams
syrflover/iterator-helper
Iterator Helper for TypeScript
shtaif/iterified
Convert any callback-based sequence of values into a full-fledged async iterable
shutterstock/p-map-iterable
Performs a concurrent mapping with back pressure (won't iterate all source items if the consumer is not reading).
TanyaLagodich/Iter8or
A versatile JavaScript library for working with both synchronous and asynchronous iterators. Iter8or provides powerful methods for processing, filtering, combining, and transforming data, and can create iterators even from non-iterable objects.
tomchen/fetchline
Read text file (remote over HTTP(S) or local) line by line as async iterator, with Node, browsers and Deno
arccoza/iterly
Composable iterator and async iterator tools, supporting old platforms without yield or async/await
shtaif/multerator
multipart/form-data parser for Node.js
shtaif/react-async-iterators
React.js hooked up with the magic of JavaScript async iterators: hooks · components · utilities ⚛️ ⛓️ 🧬
softwareventures/async-iterator
Pure functional AsyncIterator traversal
T99/iter-over
Sugary iteration utilities and interfaces.
velocityzen/fp-ts-iterators
Functional Iterable and AsyncIterable
Galish/reactive-drag-and-drop
Drag and drop implemented using async generators
jsdsl/iterator
A collection of classes that allow iteration over a predefined collection of elements.
ardaku/event_iterator
Asynchronous lending iterator
suin/osc633-parser
A Node.js library that parses Operating System Command (OSC) 633 sequences from any AsyncIterable string source. These sequences were originally designed by VS Code for its terminal shell integration feature.