Re: How to check if a thread is alive?
[email protected] (Elizabeth Mattijsen)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <p05111b02bbdfa2fb9571@[192.168.56.3]> |
At 16:20 -0500 11/17/03, EastInspection USA wrote: >Hi there, > >In my program, one thread runs into a "die" statement, but when I use >threads->list to get a list of thread ids, the "dead" thread is still there. >How come? >The thread is not a detached thread. Have you join()ed the thread? Liz