Synchronization with CTypedPtrArray
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Do I have to synchronize access to a CTypedPtrArray which is used from two different threads? Or can I just add items in one thread and delete items in the other? How can that by synchronized the easiest way. Thanks in advance for your help Regards Konrad
-
Do I have to synchronize access to a CTypedPtrArray which is used from two different threads? Or can I just add items in one thread and delete items in the other? How can that by synchronized the easiest way. Thanks in advance for your help Regards Konrad