arrow-fx-coroutines / arrow.fx.coroutines / Race3 / Third
data class Third<C> : Race3<Nothing, Nothing, C>
data class Third<C> :
Race3
<
Nothing
,
, C>
Third(winner: C)
val winner: C
Do you like Arrow?