Skip to content

RacePairOutcome<A, B>

typedefRacePairOutcome<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).