mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
6 lines
267 B
Text
6 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.
|