Help for this page

Select Code to Download


  1. or download this
    sub second {
            ## creating 5 threads
    ...
            $_->join for @array_of_threads; ## Add this 
            &complete();
    }