Skip to content

BWon<A, B>

typedef BWon<A, B> = Record

The outcome when the IO<B> side wins a IO.racePair: the still-running IOFiber<A> for the loser together with the Outcome<B> of the winner.