Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add combinators for repeating operations? #169

Open
cb372 opened this issue Feb 14, 2020 · 1 comment
Open

Add combinators for repeating operations? #169

cb372 opened this issue Feb 14, 2020 · 1 comment
Labels

Comments

@cb372
Copy link
Owner

cb372 commented Feb 14, 2020

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.

@Ssstlis
Copy link

Ssstlis commented Mar 30, 2020

I would like to work on it

@cb372 cb372 added the LSUG label Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants