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