arrow-fx-coroutines / arrow.fx.coroutines / Schedule / forever
abstract fun forever(): Schedule<Input, Output>
Always retries a schedule regardless of the decision made prior to invoking this method.
fun <A> forever(): Schedule<A, Int>
Creates a Schedule that continues forever and returns the number of iterations.
Do you like Arrow?
✖