all
Defined in: Core/Op.ts:708
Resolves when all invocations settle, returning their outcomes in order.
An alternative to Promise.all that stays within the Op type system.
Type Parameters
Section titled “Type Parameters”E
A
Parameters
Section titled “Parameters”invocations
Section titled “invocations”readonly Deferred<Outcome<E, A>>[]
Returns
Section titled “Returns”Deferred<readonly Outcome<E, A>[]>