Help for this page

Select Code to Download


  1. or download this
    my $q = Thread::Queue->new();
    
    ...
    $q->end;
    
    $_->join() for @threads;