slackbuilds_ponce/python/blinker
Markus Reichelt 5875d00e7e python/blinker: Added (Python module for object-to-object and broadcast signaling)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2013-02-14 00:26:57 -06:00
..
blinker.info
blinker.SlackBuild
README
slack-desc

Blinker provides a fast dispatching system that allows any number
of interested parties to subscribe to events, or "signals".

Signal receivers can subscribe to specific senders or
receive signals sent by any sender.