README for Thread::Running
This module adds three ways to check whether threads are still running,
without having to wait (non-blocking).
*** A note of CAUTION ***
This module only functions on Perl versions 5.8.0 and later. And then
only when threads are enabled with -Dusethreads. It is of no use with
any version of Perl before 5.8.0 or without threads enabled.
*************************
Copyright (c) 2003 Elizabeth Mattijsen <
[email protected]>. All rights
reserved. This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Required Modules:
load (any)
Thread::Exit (0.06)
The build is standard:
perl Makefile.PL
make
make test
make install