https://issues.dlang.org/show_bug.cgi?id=15076
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #2 from Jonathan M Davis <[email protected]> --- I would think that the most natural thing to do (and what most folks would likely look for) would be a static function/property on core.thread.Thread - e.g. Thread.currThreadID - since that's where the thread stuff is. --
