arrow-fx-coroutines
1.1.3-alpha.24
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
and
and
common
infix
fun
<
A
:
Input
,
B
>
and
(
other
:
Schedule
<
A
,
B
>
)
:
Schedule
<
A
,
Pair
<
Output
,
B
>
>
Content copied to clipboard
Combines two schedules. Continues only when both continue and chooses the maximum delay.