Help for this page

Select Code to Download


  1. or download this
    if( @threads > LIMIT ) {
        threads->join_any();
    ...
    else {
        push @threads = threads->new( \&childStuff, @args );
    }