in reply to Perl5.8.4 , threads - Killing the "async" kid

HOW DO I KILL MY ASYNC BLOCK / LOGIN THREADS FROM HERE

On the old Perl versions, the spawned threads must reach the end of their code blocks, or return, before they can be joined. So, you must figure out a way to accomplish that. Otherwise, the warnings are harmless.

Is there a way for you to signal the threads thru shared variables, to return?


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: Perl5.8.4 , threads - Killing the "async" kid