-
-
Notifications
You must be signed in to change notification settings - Fork 464
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
feat: add synchronized version of methods into SyncedEnforcer #291
Conversation
@tangyang9464 @imp2002 please review |
@damienmiheev plz fix: |
Codecov Report
@@ Coverage Diff @@
## master #291 +/- ##
==========================================
+ Coverage 67.95% 69.51% +1.55%
==========================================
Files 47 47
Lines 2375 2168 -207
Branches 405 405
==========================================
- Hits 1614 1507 -107
+ Misses 647 547 -100
Partials 114 114
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@tangyang9464 @seriouszyx @imp2002 plz review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 This PR is included in version 1.28.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Fix: #290
Functions added into
SyncedEnforcer
:Also added private methods to reduce number of thread-lock related duplication code.