//arrow-fx-coroutines/arrow.fx.coroutines/Schedule/choose
common
abstract infix fun <A, B> choose(other: Schedule<A, B>): Schedule«ERROR CLASS><Input, A>,
Combines two schedules with different input and output and conditionally choose between the two. Continues when the chosen schedule continues and uses the chosen schedules delay.
Do you like Arrow?
✖