Buffered parallel processing of async iterables / generators
-
Updated
Jun 1, 2025 - JavaScript
Buffered parallel processing of async iterables / generators
Iterating an array synchronously blocks the event loop and the UI while iterating an async array gives some time to the event loop. It shows index in the array and its order it has been rendered in.
Composable iterator and async iterator tools, supporting old platforms without yield or async/await
Add a description, image, and links to the async-iterable topic page so that developers can more easily learn about it.
To associate your repository with the async-iterable topic, visit your repo's landing page and select "manage topics."