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