Thread overview
[Issue 6989] Implement toString for std.concurrency.Tid
Sep 02, 2014
Kevin L
Oct 05, 2014
Sean Kelly
Oct 05, 2014
Andrej Mitrovic
Nov 14, 2014
Kevin L
September 02, 2014
https://issues.dlang.org/show_bug.cgi?id=6989

Kevin L <kevin.lamonte@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kevin.lamonte@gmail.com

--- Comment #4 from Kevin L <kevin.lamonte@gmail.com> ---
*** Issue 13376 has been marked as a duplicate of this issue. ***

--
October 05, 2014
https://issues.dlang.org/show_bug.cgi?id=6989

Sean Kelly <sean@invisibleduck.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sean@invisibleduck.org

--- Comment #5 from Sean Kelly <sean@invisibleduck.org> ---
I think it's reasonable to add a Tid.id property that provides a unique name for a thread.  I'd like to allow thread ids to be reused though.  Then we could just use the MessageBox address.  Providing a provably unique identifier to each thread across the entire run of the program would be expensive.

--
October 05, 2014
https://issues.dlang.org/show_bug.cgi?id=6989

--- Comment #6 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to Sean Kelly from comment #5)
> Providing a provably unique
> identifier to each thread across the entire run of the program would be
> expensive.

Isn't starting a thread expensive enough that incrementing a simple counter should be good enough to generate an ID?

--
November 14, 2014
https://issues.dlang.org/show_bug.cgi?id=6989

Kevin L <kevin.lamonte@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|kevin.lamonte@gmail.com     |

--
December 02, 2014
https://issues.dlang.org/show_bug.cgi?id=6989

--- Comment #7 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/69d1348952c9fe56a1d567bfb54ab3138e76a5eb Merge pull request #2772 from quickfur/pr6989_rebase

Rebase of PR 2482: Issue 6989 - create a better string representation of Tid

--
December 02, 2014
https://issues.dlang.org/show_bug.cgi?id=6989

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hsteoh@quickfur.ath.cx
         Resolution|---                         |FIXED

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=6989

--- Comment #8 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/69d1348952c9fe56a1d567bfb54ab3138e76a5eb Merge pull request #2772 from quickfur/pr6989_rebase

--