If I create a C++ singleton, and implement a mutex to protect read/write to class properties. Is such a singleton (in general) safe to share across threads?
I read some