logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Event::ExecFlow::Job::Code - Execute a closure

Attributes

       Attributes can by accessed at runtime using the common get_ATTR(), set_ATTR() style accessors.

       [ FIXME: describe all attributes in detail ]

Authors

        Jörn Reder <joern at zyn dot de>

Description

       Use this module for execution of arbitrary Perl code (passed as a closure) inside an Event::ExecFlow.

Methods

       [ FIXME: describe all methods in detail ]

Name

       Event::ExecFlow::Job::Code - Execute a closure

Object Hierarchy

         Event::ExecFlow

         Event::ExecFlow::Job
         +--- Event::ExecFlow::Job::Code

         Event::ExecFlow::Frontend
         Event::ExecFlow::Callbacks

Pod Errors

       Hey! Theabovedocumenthadsomecodingerrors,whichareexplainedbelow:

       Around line 106:
           Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252

perl v5.38.2                                       2024-02-17                    Event::ExecFlow::Job::Code(3pm)

Synopsis

         Event::ExecFlow::Job::Code->new (
           code     => Closure to execute,
           ...
           Event::ExecFlow::Job attributes
         );

See Also