[D-runtime] [D-Programming-Language/druntime] 1eaf50: begin to deprecate Mutex.lock_nothrow/unlock_nothr...
GitHub via D-runtime
d-runtime at puremagic.com
Fri Jan 16 06:12:49 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 1eaf506d2f948ed62c63c29b8df9760a04a44ae2
https://github.com/D-Programming-Language/druntime/commit/1eaf506d2f948ed62c63c29b8df9760a04a44ae2
Author: Martin Nowak <code at dawg.eu>
Date: 2015-01-13 (Tue, 13 Jan 2015)
Changed paths:
M src/core/sync/mutex.d
Log Message:
-----------
begin to deprecate Mutex.lock_nothrow/unlock_nothrow
- replace with alias to lock/unlock which are now nothrow
Commit: a22b10ef5aa93ef5f7c99e125fa1e3bf84db1e51
https://github.com/D-Programming-Language/druntime/commit/a22b10ef5aa93ef5f7c99e125fa1e3bf84db1e51
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-01-16 (Fri, 16 Jan 2015)
Changed paths:
M src/core/sync/mutex.d
Log Message:
-----------
Merge pull request #1097 from MartinNowak/mutextNothrow
begin to deprecate Mutex.lock_nothrow/unlock_nothrow
Compare: https://github.com/D-Programming-Language/druntime/compare/d27e3939e002...a22b10ef5aa9
More information about the D-runtime
mailing list