Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

25 lines
580 B

{
"name": "batchasync",
"version": "1.0.3",
"description": "Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.",
"main": "batchasync.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/batchasync.js.git"
},
"keywords": [
"batch",
"forEach",
"async",
"forEachAsync",
"Promise.all",
"Promise",
"task",
"queue"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}