Signature
runAll<T>(tasks, options?): Promise<RunAllItemResult<T>[]>
Options
- Inherits all
runoptions concurrency: simultaneous limitmode:settleorfail-fast
Example
Result per Item
ok:{ status: "ok", ok: true, data, error: null }error:{ status: "error", ok: false, data: null, error }skipped: tasks not started due to cancellation or fail-fast