Hacker News new | ask | show | jobs
by jbellis 5699 days ago
reference updates are atomic, but without volatile (or more heavyweight synchronization) there may be an arbitrary delay before the change is visible to other threads.
1 comments

Thanks for that.