MultiTask::Minion - a worker


dotReader documentation  | view source Contained in the dotReader distribution.

Index


NAME

Top

MultiTask::Minion - a worker

SYNOPSIS

Top

new

  my $worker = MultiTask::Minion->new();

make

Creates a new minion class, defining work() and other methods inline.

  my $worker = MultiTask::Minion->make(sub {
    return(work => sub {...})
  });

_standard_attributes

  $self->_standard_attributes;

_make_method

  $self->_make_method($name, $subref);

Control

Top

quit

  $minion->quit;

DESTROY

  $minion->DESTROY;

AUTHOR

Top

Eric Wilhelm <ewilhelm at cpan dot org>

http://scratchcomputing.com/

BUGS

Top

If you found this module on CPAN, please report any bugs or feature requests through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

If you pulled this development version from my /svn/, please contact me directly.

COPYRIGHT

Top

NO WARRANTY

Top

Absolutely, positively NO WARRANTY, neither express or implied, is offered with this software. You use this software at your own risk. In case of loss, no person or entity owes you anything whatsoever. You have been warned.

LICENSE

Top

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


dotReader documentation  | view source Contained in the dotReader distribution.