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

ticker: document it's unsafe to access backoff policy while ticker running #51

Merged
merged 1 commit into from
Oct 20, 2017

Conversation

vincentbernat
Copy link
Contributor

The other way around would be to use locks to make backoff policies
thread-safe. This is not something hard to do but this would need to
be implemented in each policy. It doesn't seem unreasonable to require
the user to not modify the backoff policy while we are using it.

This would fix #47 (for some definition of "fix").

…nning

The other way around would be to use locks to make backoff policies
thread-safe. This is not something hard to do but this would need to
be implemented in each policy. It doesn't seem unreasonable to require
the user to not modify the backoff policy while we are using it.

Fix cenkalti#47
@coveralls
Copy link

coveralls commented Oct 7, 2017

Coverage Status

Coverage remained the same at 83.516% when pulling 8051d68 on vincentbernat:fix/doc-unsafe-access into 61ba96c on cenkalti:master.

@cenkalti cenkalti merged commit 309aa71 into cenkalti:master Oct 20, 2017
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.

Data Race
3 participants