S
Shea Martin
I have multiple threads that need access to single std::map. Currently
I am using mutex's to regulate ANY access to the list.
My questionion is, is it safe to have multiple threads READING the list
at the same time, so long as they don't alter it?
~S
I am using mutex's to regulate ANY access to the list.
My questionion is, is it safe to have multiple threads READING the list
at the same time, so long as they don't alter it?
~S