[D-runtime] [D-Programming-Language/druntime] 9b91cb: nothrow for Fiber
GitHub via D-runtime
d-runtime at puremagic.com
Fri Nov 21 12:48:21 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 9b91cb517a2c466ee9b7c4061c24035a90ae6a74
https://github.com/D-Programming-Language/druntime/commit/9b91cb517a2c466ee9b7c4061c24035a90ae6a74
Author: Martin Nowak <code at dawg.eu>
Date: 2014-11-15 (Sat, 15 Nov 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
nothrow for Fiber
- remove FiberException
- attribute all functions with nothrow except for call
- add templated Fiber.call(bool rethrow)()
Commit: 0088d0b41162e6119325364de8cbedc0925314b5
https://github.com/D-Programming-Language/druntime/commit/0088d0b41162e6119325364de8cbedc0925314b5
Author: David Nadlinger <code at klickverbot.at>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Merge pull request #1021 from MartinNowak/fiberNothrow
nothrow for Fiber
Compare: https://github.com/D-Programming-Language/druntime/compare/b1433782502f...0088d0b41162
More information about the D-runtime
mailing list