You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Markus Reichelt 3abd0d496f
python/blinker: Updated for version 1.4.
9 years ago
..
README python/blinker: Added (Python module for object-to-object and broadcast signaling) 13 years ago
blinker.SlackBuild python/blinker: Updated for version 1.4. 9 years ago
blinker.info python/blinker: Updated for version 1.4. 9 years ago
slack-desc python/blinker: Added (Python module for object-to-object and broadcast signaling) 13 years ago

README

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.