[Issue 3089] Error: f.bar can only be called on a mutable object, not shared(foo)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 28 10:06:12 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3089
--- Comment #3 from Rob Jacques <sandford at jhu.edu> 2009-10-28 10:06:11 PDT ---
To the best of my knowledge, currently, shared does not imply synchronized,
though synchronized implies shared. Shared only provides the correct memory
fences. Shared structs/arrays are important for lock-free algorithms.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list