
20 Sep
2008
20 Sep
'08
5:59 p.m.
Hi, I looked through Boost.Threads and Boost.Interprocess libraries, but (as far as I can tell) none of them offers me simple: class Foo { boost::atomic<int> bar; } which would mean that *ALL* attempts to access bar would be atomic, eg. bar=10; Am I left with troublesome usage of boost::mutex to block all that access attempts by myself? -- Janek Kozicki |