Help for this page

Select Code to Download


  1. or download this
    MCE::Loop->init(
        max_workers => 2, chunk_size => 1, user_begin => sub {
    ...
        }
    );
    
  2. or download this
    local $SIG{__DIE__} = sub {
    
    ...
       $self->exit(255, $_die_msg, $self->{_chunk_id});
    };
    
  3. or download this
    eval { mce_loop { ... } @input };
    
    ...
        ...
    }