[Issue 17048] [REG 2.071] Synchronized class methods give warnings for RMW operations
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Feb 20 02:41:10 PST 2017
https://issues.dlang.org/show_bug.cgi?id=17048
anonymous4 <dfj1esp02 at sneakemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|regression |enhancement
--- Comment #1 from anonymous4 <dfj1esp02 at sneakemail.com> ---
Errm, deprecation is not a regression. Synchronized methods do not provide
guarantee of mutually exclusive access. The synchronized method alone does use
synchronization, but this tells nothing about other code, which may not use
synchronization, also the data accessed is not necessarily unique.
--
More information about the Digitalmars-d-bugs
mailing list