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

Simplify dictionary / array locking #1745

Open
joeljfischer opened this issue Aug 4, 2020 · 0 comments
Open

Simplify dictionary / array locking #1745

joeljfischer opened this issue Aug 4, 2020 · 0 comments
Labels
best practice Not a defect but something that should be improved anyway

Comments

@joeljfischer
Copy link
Contributor

Bug Report

Currently, lock accesses to dictionaries in different classes in a pretty basic way. For example in the SDLSystemCapabilityManager class wrapping the capabilityObservers, subscriptionStatus, etc. We should unify our ability to lock dictionary and array accesses where it's important by creating custom wrapper classes.

@joeljfischer joeljfischer added the best practice Not a defect but something that should be improved anyway label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
best practice Not a defect but something that should be improved anyway
Projects
None yet
Development

No branches or pull requests

1 participant