1.0.0 • Published 3 years ago
async-concurrent v1.0.0
Usage
npm install async-concurrent
const asyncConcurrent = require("async-concurrent");
const array = [] // requests
const concurrency = 10
const ret = await asyncConcurrent(array, async (item,index) => {
// iterator
}, concurrency)
1.0.0
3 years ago