Help for this page

Select Code to Download


  1. or download this
    foreach( threads->list() ) { $_->join(); }
    
  2. or download this
    use threads::shared; ## at the top
    ...
    ...
        .... # as now
        --$running;
    }