[Issue 11216] Make synchronized statement `nothrow`
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Dec 12 07:42:04 PST 2014
https://issues.dlang.org/show_bug.cgi?id=11216
--- Comment #5 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/05b15ab05279a70b30f4a580c705526e70e09155
fix Issue 11216 - Make synchronized statement `nothrow`
- require Object.Monitor lock and unlock functions to be nothrow
- change methods of all core.sync classes to nothrow
https://github.com/D-Programming-Language/druntime/commit/46061e646ae547d297aeae448eb246e251118344
Merge pull request #1013 from MartinNowak/fix11216
fix Issue 11216 - Make synchronized statement `nothrow`
--
More information about the Digitalmars-d-bugs
mailing list