hydiak

hydiak/a-sync-waterfall

:fountain: Simple, isolated sync/async waterfall module for JavaScript. Zero dependencies. Runs a list of tasks, passing the results of each into the next one.

JavaScript
1
0
MIT License

a-sync-waterfall is a lightweight JavaScript module that runs an array of functions in series, passing results from each to the next, and halting execution if any function passes an error. It supports both synchronous and asynchronous tasks, works in browsers and Node.js, and has zero dependencies. This tool is ideal for developers who need to chain operations sequentially while handling errors gracefully.

Total donated
Undistributed
Share with your subscribers: