race
Defined in: Core/Op.ts:721
Resolves to the outcome of whichever invocation settles first.
An alternative to Promise.race 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>>[]