python-blinker-doc

Documentation for the blinker signaling library
  http://pythonhosted.org/blinker/
  0
  no reviews



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.

this package contains the documentation for blinker.