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 associatednames of a Tid? Thanks, Christian
looks like there needs to be a Tid overload of std.concurrency.locate
https://issues.dlang.org/show_bug.cgi?id=17231