//arrow-fx-coroutines/arrow.fx.coroutines/Schedule/forever
common abstract fun forever(): Schedule<Input, Output>
Always retries a schedule regardless of the decision made prior to invoking this method.
Do you like Arrow?