NAME
Argos::Code::Map - Implements Argos::Code
SYNOPSIS
use Argos::Code::Map;
my $map = Argos::Code::Map->new( '/code/file' );
$map->run( cache => {}, queue => [ .. ], .. );
METHODS
run( %param )
Run map code. Returns invoking object. The following may be defined in %param.
queue : ( required ) a pair of Thread::Queue objects.
error : ( 'error' ) error condidtion.