mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
93ba4df502
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
5 lines
267 B
Text
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.
|