NAME

Event::Lite::Subscriber::NoFork - Execute event callbacks in the current process

SYNOPSIS

use Event::Lite::Subscriber::NoFork;

Everything else is the same as Event::Lite::Subscriber

DESCRIPTION

Sometimes you want your event callbacks to be executed in the same process as the surrounding code. Event::Lite::Subscriber::NoFork does just that.

Sometimes you don't want your callbacks to be executed in the same process as the surrounding code. Use Event::Lite::Subscriber instead in that case.

SUPPORT

Visit http://www.devstack.com/contact/ or email the author at <jdrago_999@yahoo.com>

Commercial support and installation is available.

AUTHOR

John Drago <jdrago_999@yahoo.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by John Drago

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.