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
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