On 12/3/11, Jonathan M Davis <jmdavisp...@gmx.com> wrote: > Where in TDPL does it say this?
Page 413. > Requiring that all operations on a shared > object be atomic would be highly restrictive. Yeah sorry, my title was wrong, of course you could use synchronization instead of atomics. But shared does need to have guarantees, it should be as useful as, say, const (when it works).