//arrow-fx-coroutines/arrow.fx.coroutines/Schedule/and
common infix fun <A : Input, B> and(other: Schedule<A, B>): Schedule<A, Pair<Output, B»
Combines two schedules. Continues only when both continue and chooses the maximum delay.
Do you like Arrow?