arrow-fx-coroutines / arrow.fx.coroutines / Schedule / or
infix fun <A : Input, B> or(other: Schedule<A, B>): Schedule<A, Pair<Output, B>>
infix fun <A : Input, B> or(other:
Schedule
<A, B>):
<A,
Pair
<Output, B>>
Combines two schedules. Continues if one continues and chooses the minimum delay.
Do you like Arrow?