Y
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
azinman2
4059 days ago
Can you explain more about hacks piled on other hacks?
link
richardwhiuk
4059 days ago
@synchronization defines a memory barrier as I understand.
link