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

Made EarlyDeleteHelper thread-safe #13727

Merged
merged 2 commits into from Mar 15, 2016

Commits on Mar 15, 2016

  1. Made EarlyDeleteHelper thread-safe

    Switched to using atomic counters in order to avoid race conditions once we start using more than one thread per event.
    Dr15Jones committed Mar 15, 2016
    Copy the full SHA
    e9dcd85 View commit details
    Browse the repository at this point in the history
  2. Using meaningful names in BranchToCount

    Changed names from first,second to branch,count to allow better self documentation.
    Dr15Jones committed Mar 15, 2016
    Copy the full SHA
    b3c5e63 View commit details
    Browse the repository at this point in the history