Skip to content

Light Weight NPM Library for Batch Processing of asynchronous operations (Alternative to Promise.all )

License

Notifications You must be signed in to change notification settings

akashsky1994/async-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Light Weight NPM Library for Batch Processing of asynchronous operations (Alternative to Promise.all )

Resources

License

Stars

Watchers

Forks

Packages

No packages published