Help for this page
my @running_threads = (); while ($finished eq "false") { ... } } }
sub worker { # do whatever eval((threads->self)->join); }