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