http://qs1969.pair.com?node_id=1085044


in reply to Re^2: What is the correct way to finish multithreaded program?
in thread What is the correct way to finish multithreaded program?

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