Help for this page
$ diff hobo_demo.pl threads_demo.pl ... --- > $_->join() for threads->list();
use strict; use warnings; ... MCE::Hobo->waitall;
use strict; use warnings; ... $_->join() for threads->list();