1.0.0 • Published 8 years ago
promisearray v1.0.0
PromiseArray
A helper class supporting
mapfunction in asynchronous way with concurrency limit
Syntax
new PromiseArray(iterable, options)
Parameters:
iterableThe collection to iterate over.options
options.limitThe concurrency limit. The maximum number of async operations at a time.
Methods
1.0.0
8 years ago