Do threads 'end' themselves using core.thread?

Alex Horvat alexh at gmail.com
Sat Jul 20 12:34:16 PDT 2013


If I use core.thread.Thread to create a new thread associated to 
a function like this:

Thread testThread = new Thread(&DoSomething);

Will the testThread dispose of itself after DoSomething() 
completes, or do I need to join/destroy/somethingelse testThread?


More information about the Digitalmars-d-learn mailing list