promisearray

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i promisearray

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • chux0519