Help for this page

Select Code to Download


  1. or download this
    $ diff hobo_demo.pl threads_demo.pl
    
    ...
    ---
    > $_->join() for threads->list();
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    MCE::Hobo->waitall;
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    $_->join() for threads->list();