https://issues.dlang.org/show_bug.cgi?id=17048

anonymous4 <dfj1es...@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|regression                  |enhancement

--- Comment #1 from anonymous4 <dfj1es...@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.

--

Reply via email to