//arrow-fx-coroutines/arrow.fx.coroutines/Schedule/modifyNanos
common abstract fun modifyNanos(f: suspend (Output, Double) -> Double): Schedule<Input, Output>
Do you like Arrow?