arrow-fx-coroutines / arrow.fx.coroutines / RaceTriple / Third

Third

data class Third<A, B, C> : RaceTriple<A, B, C>

Constructors

<init> Third(fiberA: Fiber<A>, fiberB: Fiber<B>, winner: C)

Properties

fiberA val fiberA: Fiber<A>
fiberB val fiberB: Fiber<B>
winner val winner: C

Do you like Arrow?

Arrow Org
<