Minimal async jobs utility library for Node.js, providing parallel and serial iteration helpers over arrays or objects, with ordered serial support via `serialOrdered`. It can optionally use an abort function to cancel leftover jobs on error, and is designed to keep sync iterators from causing `Maximum call stack size exceeded` issues (also includes streams support).
Project status
- The repository appears only lightly maintained. The last observed upstream push was 2025-12-18, and recent updates since then are not shown beyond that date.
- The update cadence looks highly irregular, with a very large gap before 2025. There was a long interval between v0.4.0 (2016-06-14) and v0.5.0 (2025-12-18).
AI summary generated
Recent updates
v0.5.0
v0.5.0 is a small housecleaning release focused on npm/package metadata and README cleanup. It adds the `sideEffects: false` hint to `package.json`, removes several outdated/broken README badges, and bumps the package version.
v0.4.0
This release (v0.4.0) introduces Streams support. It adds new streaming capabilities, likely enabling incremental or continuous processing of data instead of only request-response style handling.
Features