Thread::Suspend and Thread::Cancel
[email protected] ("Jerry D. Hedden")
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <20060711115529.fb30e530d17747c2b054d625b8945d88.b324793936.wbe@email.secureserver.net> |
Since having been released to CPAN, many new features have been added to the threads module: http://search.cpan.org/src/JDHEDDEN/threads-1.36/Changes Using some of these new features, I have created two new modules: Thread::Suspend - adds suspend and resume capabilities to threads Thread::Cancel - permits cancelling (i.e., killing) threads I have tried to make them as comprehensive and robust as possible. Any comments, etc. would be appreciated. Enjoy.