Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
whileInput
while
Input
fun
<
A
:
Input
>
whileInput
(
f
:
suspend
(
A
)
->
Boolean
)
:
Schedule
<
A
,
Output
>
(
source
)
Continues or stops the schedule based on the input.