ConstExecutes an array of tasks concurrently, with an optional concurrency limit. Resolves with an array of results in the same order as the input tasks. If any task rejects, the entire operation rejects.
Configuration options, including cancellation token and concurrency limit.
The tasks to execute.
A cancellable handle that resolves with the array of task results.
Alias for
parallel. Executes tasks concurrently and resolves when all succeed, or rejects when any fail.