Hi, Is it required that variables which are ONLY READ by multiple threads needs to be protected by (mutex) locks? i.e. it is absolutely guarenteed that they will NEVER try to write to them. So is there any possibility of corruption?
thanks
Hi, Is it required that variables which are ONLY READ by multiple threads needs to be protected by (mutex) locks? i.e. it is absolutely guarenteed that they will NEVER try to write to them. So is there any possibility of corruption?
thanks