AnyEvent-Subprocess
view release on metacpan or search on metacpan
lib/AnyEvent/Subprocess/Done/Delegate/State.pm view on Meta::CPAN
1234567891011121314151617181920212223242526272829303132BEGIN {
$AnyEvent::Subprocess::Done::Delegate::State::VERSION
=
'1.102912'
;
}
# ABSTRACT: thread state through the job/run/done lifecycle
use
Moose;
with
'https://metacpan.org/pod/AnyEvent::Subprocess::Done::Delegate">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.337 second using v1.01-cache-2.11-cpan-4e96b696675 )