Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Java only requires that the writes can't be seen out of order - if a thread writes A then B, another thread can't read the new value of B and then the old value of A. If coalescing them makes them all happen atomically, that's fine.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: