AnyEvent-Subprocess

 view release on metacpan or  search on metacpan

lib/AnyEvent/Subprocess/Done/Delegate/State.pm  view on Meta::CPAN

package AnyEvent::Subprocess::Done::Delegate::State;
BEGIN {
  $AnyEvent::Subprocess::Done::Delegate::State::VERSION = '1.102912';
}
# ABSTRACT: thread state through the job/run/done lifecycle
use Moose;

with 'AnyEvent::Subprocess::Done::Delegate';

has 'state' => ( is => 'ro', isa => 'HashRef', required => 1 );

__PACKAGE__->meta->make_immutable;

1;



=pod

=head1 NAME

AnyEvent::Subprocess::Done::Delegate::State - thread state through the job/run/done lifecycle

=head1 VERSION

version 1.102912

=head1 DESCRIPTION

Allows state to be passed from Job -> Run -> Done.

=head1 ATTRIBUTES



( run in 0.321 second using v1.01-cache-2.11-cpan-4e96b696675 )