Changes for version 0.03
- Added method/subroutine "suspended" to allow checking which threads have actually been suspended. Added test-suite and documentation.
- Added method/subroutine "kill" that allows you to stop another thread dead in its tracks. Added tests and documentation. Since this requires Thread::Exit to have been loaded _before_ Thread::Suspend, killing is only allowed when that actually has happened.
Modules
suspend and resume threads from another thread