How to get the name for a Tid

Christian Köstlin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 23 13:04:38 PST 2016


std.concurrency contains the register function to associate a name with
a Tid. This is stored internally in an associative array namesByTid.
I see no accessors for this. Is there a way to get to the associated
names of a Tid?

Thanks,
Christian


More information about the Digitalmars-d-learn mailing list