race
race<
A>(tasks):Task<A>
Defined in: Core/Task.ts:332
Resolves with the value of the first Task to complete. All Tasks start immediately. When one resolves, the other tasks are cancelled (aborted) downstream.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”readonly Task<A>[]
Returns
Section titled “Returns”Task<A>