[D-runtime] [D-Programming-Language/druntime] 1c125a: return Thread object in start method
GitHub via D-runtime
d-runtime at puremagic.com
Sun Oct 5 07:23:23 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 1c125aed1a93c6133df70206f7c86622130249b2
https://github.com/D-Programming-Language/druntime/commit/1c125aed1a93c6133df70206f7c86622130249b2
Author: Martin Nowak <code at dawg.eu>
Date: 2014-10-04 (Sat, 04 Oct 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
return Thread object in start method
- allows to write more concise code to start a Thread
Commit: 44955462f7f30f2be412eb20a45056bc559977ef
https://github.com/D-Programming-Language/druntime/commit/44955462f7f30f2be412eb20a45056bc559977ef
Author: Martin Nowak <code at dawg.eu>
Date: 2014-10-04 (Sat, 04 Oct 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Merge branch 'fixThreadDocs' into threadStartMethodChaining
Commit: eb18ee3980b59389d5d632107749b1ef1074fe6e
https://github.com/D-Programming-Language/druntime/commit/eb18ee3980b59389d5d632107749b1ef1074fe6e
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-10-05 (Sun, 05 Oct 2014)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Merge pull request #973 from MartinNowak/threadStartMethodChaining
return Thread object in start method
Compare: https://github.com/D-Programming-Language/druntime/compare/0b43dc3591db...eb18ee3980b5
More information about the D-runtime
mailing list