Since having been released to CPAN, many changes and new features have been added to the threads module.

Taking advantage of some of these, I have created two new modules and uploaded them to CPAN:
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.


Remember: There's always one more bug.

2006-07-11 Retitled by Arunbear, as per Monastery guidelines
Original title: 'Thread'

  • Comment on Thread::Suspend and Thread::Cancel released