AnyEvent-Subprocess

 view release on metacpan or  search on metacpan

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
BEGIN {
  $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 )