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

fix singletons #2529

Merged
merged 1 commit into from
Sep 20, 2019
Merged

fix singletons #2529

merged 1 commit into from
Sep 20, 2019

Conversation

psychocrypt
Copy link
Collaborator

Since we can not implement clean image book singletons (windows
issues with shared libraries) we used a hierarchical to "emulate"
singletons. During the creation race conditions are possible.
This PR will handle the race-conditions with a mutex, since we pass the
creation of a singleton creation only ones we have no performance issue.

Since we can not implement clean image book singletons (windows
issues with shared libraries) we used a hierarchical to "emulate"
singletons. During the creation race consitions are possible.
THis PR will handle the raceconditions with a mutex, since we pass the
creation of a singleton creation only onse we have no performance issue.
@fireice-uk fireice-uk merged commit ab65c97 into fireice-uk:dev Sep 20, 2019
@psychocrypt psychocrypt mentioned this pull request Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants