openbsd-ports/devel/p5-Event/pkg/DESCR
sturm abb8ba889b Initial import of Event 1.00
The Event module provides 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.

from Waldemar Brodkorb <wbx at openbsd.de>
2004-07-01 18:23:09 +00:00

6 lines
268 B
Plaintext

The Event module provides 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.