1.0.0 • Published 1 year ago

async-concurrent v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1 year ago