Hacker News new | ask | show | jobs
by nulltype 4285 days ago
How are the Go and Java memory models similar?
1 comments

For example: if you have one thread polling `x` and another thread writing to `x`, there's no guarantee that the polling thread will ever see any updates to `x`.