![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re^3: What is the correct way to finish multithreaded program?by Anonymous Monk |
on May 05, 2014 at 11:35 UTC ( #1085044=note: print w/replies, xml ) | Need Help?? |
Previous block of code (while (..) {..}) used to wait threads to finish (I think). But may be I'm wrong :-( Maybe, it depends on more code than shown I think :) safest way to wait for threads to finish is to actually wait for them to finish :) blockingly $_->join for threads->list
In Section
Seekers of Perl Wisdom
|
|