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