Help for this page

Select Code to Download


  1. or download this
    foreach ( 1 .. $config->{number_of_threads} ) {
    
        $q->enqueue(undef);
    }
    
  2. or download this
        while ( my $org = $q->dequeue() ) {
    
    ...
        say "Finishing worker [$thread_id]";
    
        return;