[D-runtime] A mechanism to kill threads

Sean Kelly sean at invisibleduck.org
Wed May 16 14:38:41 PDT 2012


On May 16, 2012, at 10:04 AM, Alex Rønne Petersen wrote:
> 
> Is there any reason we don't have a Thread.kill() function?

Because Thread.kill() is inherently unsafe.  If a user really wants to expose that functionality he can subclass Thread.


More information about the D-runtime mailing list