Runs an array of tasks in parallel and resolves when all tasks are complete. If any task fails, the entire operation is rejected.
An array of functions that return a HsPromise<any>.
HsPromise<any>
A HsPromise<any[]> that resolves when all tasks are complete, or rejects if any task fails.
HsPromise<any[]>
Runs an array of tasks in parallel and resolves when all tasks are complete. If any task fails, the entire operation is rejected.