slackbuilds_ponce/python/blinker/README
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

5 lines
217 B
Text

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.