p4checo
- Karma
- 4
- Created
- March 2, 2012 (14y ago)
- Submissions
- 0
[ my public key: https://keybase.io/apneves; my proof: https://keybase.io/apneves/sigs/Aq9j3vbjLUuQK_5hKG9jvbZZx36XhBHLiBAPcGMR7iw ]
-
I have recently made a port to C++11 using std::atomic of a triple buffer to be used as a concurrency sync mechanism. The idea behind this thread sync approach is that for a producer-consumer situation where you have a…
- C++11 atomic - is this a correct usage of relaxed (release-consume) ordering? (stackoverflow.com)