I'm off to create a read/write lock (synchronization object that will allow multiple readers or one writer). Does this seems like something that would be useful to the Common C++ project?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey folks.
I'm off to create a read/write lock (synchronization object that will allow multiple readers or one writer). Does this seems like something that would be useful to the Common C++ project?
Of course, if I looked a bit harder, I could see that one was already there.