Alternative to Promise.all, for batch processing of multiple asynchronous operations in the queue based system
npm install async-plus
Examples:
const {asyncQueue} = require("async-plus");
const responses = await asyncQueue(5,[Array of Promises]);
List of features ready and TODOs for future development
- Error Flagging
- Batch Operation for Single Function
- CallBack Function Handling
Project is: in progress