[Issue 6989] Implement toString for std.concurrency.Tid
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Oct 5 10:01:44 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=6989
Sean Kelly <sean at invisibleduck.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sean at invisibleduck.org
--- Comment #5 from Sean Kelly <sean at 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.
--
More information about the Digitalmars-d-bugs
mailing list