1.0.1 • Published 4 years ago

async-plus v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Async Plus

Alternative to Promise.all, for batch processing of multiple asynchronous operations in the queue based system

Setup

npm install async-plus

Code Examples

Examples: const {asyncQueue} = require("async-plus"); const responses = await asyncQueue(5,[Array of Promises]);

Features

List of features ready and TODOs for future development

  • Error Flagging
  • Batch Operation for Single Function
  • CallBack Function Handling

Status

Project is: in progress