Optional
Readonly
concurrencyNumber of concurrently pending promises returned by mapper
.
Must be an integer from 1 and up or Infinity
, must be <= maxUnread
.
4
Optional
Readonly
maxNumber of pending unread iterable items.
Must be an integer from 1 and up or Infinity
, must be >= concurrency
.
8
Optional
Readonly
stopWhen set to false
, instead of stopping when a promise rejects, it will wait for all the promises to settle and then reject with an aggregated error containing all the errors from the rejected promises.
true
Generated using TypeDoc
Options for IterableMapper