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


Event-ExecFlow documentation  | view source Contained in the Event-ExecFlow distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

OBJECT HIERARCHY

Top

  Event::ExecFlow

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

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

ATTRIBUTES

Top

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

[ FIXME: describe all attributes in detail ]

METHODS

Top

[ FIXME: describe all methods in detail ]

AUTHORS

Top

 Jörn Reder <joern at zyn dot de>

COPYRIGHT AND LICENSE

Top


Event-ExecFlow documentation  | view source Contained in the Event-ExecFlow distribution.