Quote:
Originally Posted by ******
The issue is if you are trying to GET and SET at the same time - and I mean EXACTLY the same time. You can end up reading data in a corrupt state because it isn't all correctly written yet.
|
So is that possible (and safe) to make a thread do get and set (for example GUI cursor update) that the threads have no communications?