in reply to threads::question: where is the threads->cancel() call?

Perl threads aren't posix threads
  • Comment on Re: threads::question: where is the threads->cancel() call?

Replies are listed 'Best First'.
Re^2: threads::question: where is the threads->cancel() call?
by turo (Friar) on Feb 16, 2006 at 11:08 UTC

    I know that, (perl is supported over windows too)

    Even in that case, perl was born on a unix environment, and I can't believe we can't force a thread to finalize from another thread...

    turo

    perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'