Optional
limitOptional
onCustomize the behavior when an error is thrown in the iterator.
ignore
- Ignore the error and continuecollect
- Collect the error and throw it at the end in an AggregateError
throw
- Throw the error immediately, and stop any other pending tasksOptional
signalAbort signal
Concurrency limit