promisearray
v1.0.0
Published
A helper class supporting `map` function in asynchronous way with concurrency limit
Downloads
2
Readme
PromiseArray
A helper class supporting
map
function in asynchronous way with concurrency limit
Syntax
new PromiseArray(iterable, options)
Parameters:
iterable
The collection to iterate over.options
options.limit
The concurrency limit. The maximum number of async operations at a time.