//arrow-fx-coroutines/arrow.fx.coroutines/Schedule/modify
common
@ExperimentalTime
fun modify(f: suspend (Output, Duration) -> Duration): Schedule<Input, Output>
Changes the delay of a resulting Decision based on the Output and the produced delay.
Do you like Arrow?