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