-
Notifications
You must be signed in to change notification settings - Fork 37
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
Provide usage examples #8
Comments
thanks for the feedback @Matzz I'll try and clean up the readme. In the meantime you can checkout the test dir for some examples https://github.com/softprops/retry/tree/master/src/test/scala |
Tests are very helpful. Thank you. |
Hi, @softprops link to tests return 404 |
Seems to have changed again to https://github.com/softwaremill/retry/tree/master/retry/src/test/scala |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This library looks great. Unfortunately lack of full examples is makes working with it quite difficult. Uncomplete code faragments are not helpfull.
For example:
produce
or
Leads to type
mismatch; found : X required: () => scala.concurrent.Future[?]
Could you provide some simple but full examples of usage? With:
?
The text was updated successfully, but these errors were encountered: