[Issue 1085] Need to add ability to detach threads.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Mar 28 14:57:39 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1085
------- Comment #1 from sean at f4.ca 2007-03-28 16:57 -------
For what it's worth, Tango will implicitly detach any thread for which
pthread_join has not been called by the time the the Thread object is
destroyed. I think this is the preferred approach for D, since some required
functionality of the Thread object may not work if the thread has been detached
prematurely.
--
More information about the D.gnu
mailing list