1.0.0 • Published 7 years ago

promisearray v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

PromiseArray

A helper class supporting map function 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