This Perl module adds cancellation capabilities for threads. Canceled threads are terminated using threads->exit(). The thread is then detached, and hence automatically cleaned up.
|
This Perl module adds cancellation capabilities for threads. Canceled threads are terminated using threads->exit(). The thread is then detached, and hence automatically cleaned up.