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