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 support for scalatest eventually #171

Merged
merged 1 commit into from
Jul 8, 2021

Conversation

skennedy
Copy link
Contributor

@skennedy skennedy commented Jul 8, 2021

By implementing the Retrying typeclass we can use the eventually construct to retry evaluation of the enclosed IO.

https://www.scalatest.org/scaladoc/3.1.1/org/scalatest/concurrent/Eventually.html

Happy to raise a similar PR for 1.x (although I am still very much a newbie with CE3).

PS - Thanks for all your efforts, I am a massive fan of the ecosystem ❤️

By implementing the Retrying typeclass we can use the eventually
construct to retry evaluation of the enclosed IO.
@djspiewak
Copy link
Member

This looks very nice!

@djspiewak djspiewak merged commit fad2821 into typelevel:series/0.x Jul 8, 2021
@djspiewak
Copy link
Member

@skennedy Would you be interested in doing something similar to this for series/1.x? That's the current branch, targeting Cats Effect 3.

@skennedy skennedy deleted the feat/retrying-support branch July 9, 2021 09:25
@skennedy
Copy link
Contributor Author

skennedy commented Jul 9, 2021

Sure, I'd be happy to look into that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants