arrow-fx / arrow.fx / Schedule / never
fun <F, A> never(AS: Async<F>): Schedule<F, A, Nothing>
fun <F, A> never(AS:
Async
<F>):
Schedule
<F, A,
Nothing
>
Create a schedule that never retries.
Note that this will hang a program if used as a repeat/retry schedule unless cancelled.
Do you like Arrow?