async-plus

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i async-plus

Weekly Downloads

5

Version

1.0.1

License

ISC

Unpacked Size

2.91 kB

Total Files

4

Last publish

Collaborators

  • skyakash