arrow-fx-coroutines / arrow.fx.coroutines / RacePair
typealias ~~RacePair~~<A, B> = Either<
Pair
<A,
Fiber
<B>>,
Pair
<
Fiber
<A>, B>>
Deprecated: Will be removed since it leaks Fiber, and breaks structured concurrency. Replace with select
Do you like Arrow?
✖