module Events
Mixin for event-driven programming.
The mixin adds the following:
-
event [sym]
: Creates anEvent
with the given name -
singleton_event [sym]
: Creates aSingleSubscriberEvent
with the given name
Note that the command event :abc
adds an alias, on_abc
, for adding event callbacks
Example¶ ↑
See README
License¶ ↑
If you use this, let me know? jonny.arnold89@gmail.com. Thanks.
Constants
- VERSION
Version number Uses Semantic Versioning: semver.org/