Hacker News new | ask | show | jobs
by liuliu 4059 days ago
Or just use std::atomic and other std::mutex in Objective-C++. Under Objective-C world, no memory semantics are well-defined, and all these are hacks on pile of other hacks.
2 comments

Can you explain more about hacks piled on other hacks?
@synchronization defines a memory barrier as I understand.