The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Argos::Code::Batch - Implements Argos::Code

SYNOPSIS

use Argos::Code::Batch;

my $batch = Argos::Code::Batch->new( '/code/file' );

$batch->run( cache => {} .. );

METHODS

run( %param )

Run batch code. Returns batches. The following may be defined in %param.

exclude : a HASH reference.
target : required by plugin.
thread : maximum number of threads/batches.