arrow-fx / arrow.fx.extensions.io.concurrent / kotlin.coroutines.CoroutineContext / raceN

raceN

@JvmName("raceN") fun <A, B> CoroutineContext.~~raceN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>): IO<Either<A, B>> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("raceN") fun <A, B, C> CoroutineContext.~~raceN~~(fa: Kind<ForIO, A>, fb: Kind<ForIO, B>, fc: Kind<ForIO, C>): IO<Race3<A, B, C>> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("raceN") fun <A, B, C, D> CoroutineContext.~~raceN~~(a: Kind<ForIO, A>, b: Kind<ForIO, B>, c: Kind<ForIO, C>, d: Kind<ForIO, D>): IO<Race4<A, B, C, D>> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("raceN") fun <A, B, C, D, E> CoroutineContext.~~raceN~~(a: Kind<ForIO, A>, b: Kind<ForIO, B>, c: Kind<ForIO, C>, d: Kind<ForIO, D>, e: Kind<ForIO, E>): IO<Race5<A, B, C, D, E>> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("raceN") fun <A, B, C, D, E, G> CoroutineContext.~~raceN~~(a: Kind<ForIO, A>, b: Kind<ForIO, B>, c: Kind<ForIO, C>, d: Kind<ForIO, D>, e: Kind<ForIO, E>, g: Kind<ForIO, G>): IO<Race6<A, B, C, D, E, G>> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("raceN") fun <A, B, C, D, E, G, H> CoroutineContext.~~raceN~~(a: Kind<ForIO, A>, b: Kind<ForIO, B>, c: Kind<ForIO, C>, d: Kind<ForIO, D>, e: Kind<ForIO, E>, g: Kind<ForIO, G>, h: Kind<ForIO, H>): IO<Race7<A, B, C, D, E, G, H>> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("raceN") fun <A, B, C, D, E, G, H, I> CoroutineContext.~~raceN~~(a: Kind<ForIO, A>, b: Kind<ForIO, B>, c: Kind<ForIO, C>, d: Kind<ForIO, D>, e: Kind<ForIO, E>, g: Kind<ForIO, G>, h: Kind<ForIO, H>, i: Kind<ForIO, I>): IO<Race8<A, B, C, D, E, G, H, I>> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

@JvmName("raceN") fun <A, B, C, D, E, G, H, I, J> CoroutineContext.~~raceN~~(a: Kind<ForIO, A>, b: Kind<ForIO, B>, c: Kind<ForIO, C>, d: Kind<ForIO, D>, e: Kind<ForIO, E>, g: Kind<ForIO, G>, h: Kind<ForIO, H>, i: Kind<ForIO, I>, j: Kind<ForIO, J>): IO<Race9<A, B, C, D, E, G, H, I, J>> Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/

Do you like Arrow?

Arrow Org
<