Prevent possible deadlock in singletons handling
By giving each singleton its own mutex, we remove a possible deadlock in the singleton instantiation.
Showing
Please register or sign in to comment
By giving each singleton its own mutex, we remove a possible deadlock in the singleton instantiation.