https://issues.dlang.org/show_bug.cgi?id=17231 --- Comment #1 from Jack Stouffer <jack at jackstouffer.com> --- std.concurrency.locate allows for getting a Tid via a name, but there is no way to go the other way around. std.concurrency.locate should have an overload which takes a Tid and returns a name. --