stopping a thread
[email protected] (Thomas S Brettin)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
Is there an easy way to stop a thread from outside the thread? I'ld like to do something simple like: my $thread = threads->new($code_ref); ... $thread->stop(); Thanks for any help. Tom