G
Guest
I use ReaderWriterLock to protect the internal state of a class instance from
multi-threaded access, should it be declared as private member or static
member of the class?
multi-threaded access, should it be declared as private member or static
member of the class?