Skip to content

RacePairOutcome<A, B>

typedef RacePairOutcome<A, B> = Either<AWon<A, B>, BWon<A, B>>

The result of IO.racePair: either the A-side won (AWon) or the B-side won (BWon).