User profile: Jsplinter

User info
User name:Jsplinter
History
Joined:
Number of posts:2
Latest posts:

multithreading: easiest way to modify shared object
Thank you both very much! I will use std::atomic.

multithreading: easiest way to modify shared object
[code]class MyOwner { ... int m_count; bool b_locked; }; class MyObject { ... ...