1Event::ExecFlow::Job::CUosdeer(3C)ontributed Perl DocumeEnvteantti:o:nExecFlow::Job::Code(3)
2
3
4
6 Event::ExecFlow::Job::Code - Execute a closure
7
9 Event::ExecFlow::Job::Code->new (
10 code => Closure to execute,
11 ...
12 Event::ExecFlow::Job attributes
13 );
14
16 Use this module for execution of arbitrary Perl code (passed as a
17 closure) inside an Event::ExecFlow.
18
20 Event::ExecFlow
21
22 Event::ExecFlow::Job
23 +--- Event::ExecFlow::Job::Code
24
25 Event::ExecFlow::Frontend
26 Event::ExecFlow::Callbacks
27
29 Attributes can by accessed at runtime using the common get_ATTR(),
30 set_ATTR() style accessors.
31
32 [ FIXME: describe all attributes in detail ]
33
35 [ FIXME: describe all methods in detail ]
36
38 Jörn Reder <joern at zyn dot de>
39
41 Copyright 2005-2006 by Jörn Reder.
42
43 This library is free software; you can redistribute it and/or modify it
44 under the terms of the GNU Library General Public License as published
45 by the Free Software Foundation; either version 2.1 of the License, or
46 (at your option) any later version.
47
48 This library is distributed in the hope that it will be useful, but
49 WITHOUT ANY WARRANTY; without even the implied warranty of
50 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
51 Library General Public License for more details.
52
53 You should have received a copy of the GNU Library General Public
54 License along with this library; if not, write to the Free Software
55 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307
56 USA.
57
59 Hey! The above document had some coding errors, which are explained
60 below:
61
62 Around line 106:
63 Non-ASCII character seen before =encoding in 'Jörn'. Assuming UTF-8
64
65
66
67perl v5.34.0 2022-01-21 Event::ExecFlow::Job::Code(3)