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.