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
Christian Köstlin via Digitalmars-d-learn Wed, 23 Nov 2016 13:06:53 -0800
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