Help for this page

Select Code to Download


  1. or download this
    sub thread_process {
        my $args = shift;
    ...
        $_->join for @threads;
        return 1;
    }