Re: monitoring a detached thread
[email protected] (Elizabeth Mattijsen)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <p05111b00bb6576f6ee84@[192.168.56.3]> |
At 14:20 -0600 8/16/03, Tom Brettin wrote: >How can the boss monitor the worker? Check for Thread::Running on CPAN and the "running" method: it should return true while a detached thread is still running. Elizabeth Mattijsen