Bugzilla – Bug 159
Add a atomic op to collection CppUtils
Last modified: 2009-05-28 13:11:05
You need to log in before you can comment on or make changes to this bug.
Could you implement AtomicOp. I need it for shared memory open state. I have only one variable m_bOpenState that I need protect by mutex. AtomicOp would be really(!) convinient for me.
Please show me where it's needed and I'd implement this today.
Shmem: SharedChannel::bool m_bOpenState; It will be convenient to have a atomic op for working with this variable.
This requirements will be included into next version.
There is not needs for now. May be at the future release.