Hi,
my app has 2 threads both which access the same static data (in a struct). I am aware that either thread could change one of these variables which obviously is a problem.
does anyone have an opinion on this method - or can see furthur problems ?
thanks in advance
Rich
my app has 2 threads both which access the same static data (in a struct). I am aware that either thread could change one of these variables which obviously is a problem.
does anyone have an opinion on this method - or can see furthur problems ?
thanks in advance
Rich