cats-retry icon indicating copy to clipboard operation
cats-retry copied to clipboard

Add combinators for repeating operations?

Open cb372 opened this issue 5 years ago • 1 comments

I was just looking at the docs for Bow: https://bow-swift.io/docs/effects/retrying-and-repeating-effects/

They support both retrying an operation until it succeeds (like cats-retry does), and repeating an operation until either it fails or the policy says we should stop.

I quite like this idea. We should be able to reuse RetryPolicy for repeating.

cb372 avatar Feb 14 '20 11:02 cb372

I would like to work on it

Ssstlis avatar Mar 30 '20 17:03 Ssstlis