SlackBuildsOrg/perl/perl-event/README
Robby Workman 93ba4df502 perl/*: Moved all of the Perl modules to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-03-20 12:32:34 -05:00

5 lines
267 B
Text

The Event module provide a central facility to watch for various
types of events and invoke a callback when these events occur. The
idea is to delay the handling of events so that they may be
dispatched in priority order when it is safe for callbacks to
execute.