[D-runtime] [D-Programming-Language/druntime] bd3121: mark Thread.sleep as nothrow
GitHub via D-runtime
d-runtime at puremagic.com
Mon Jan 19 23:10:12 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: bd312175ad71ceed5992e87e140bf0d9e6f10c6a
https://github.com/D-Programming-Language/druntime/commit/bd312175ad71ceed5992e87e140bf0d9e6f10c6a
Author: Martin Nowak <code at dawg.eu>
Date: 2015-01-20 (Tue, 20 Jan 2015)
Changed paths:
M src/core/thread.d
Log Message:
-----------
mark Thread.sleep as nothrow
- nanosleep can only fail on invalid arguments
which would be a bug in druntime itself
Commit: c26e4c9de53cf2e3e3466f5b75c97e5628b6c1cf
https://github.com/D-Programming-Language/druntime/commit/c26e4c9de53cf2e3e3466f5b75c97e5628b6c1cf
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-01-20 (Tue, 20 Jan 2015)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Merge pull request #1108 from MartinNowak/nothrowSleep
mark Thread.sleep as nothrow
Compare: https://github.com/D-Programming-Language/druntime/compare/4bd360d21850...c26e4c9de53c
More information about the D-runtime
mailing list