pydispatch

Multi-consumer multi-producer dispatching mechanism


Modules

The sqlobject.include.pydispatch module exposes 5 submodules:

dispatcher
Multiple-producer-multiple-consumer signal-dispatching
errors
Error types for dispatcher mechanism
robust
Module implementing error-catching version of send (sendRobust)
robustapply
Robust apply mechanism
saferef
Refactored "safe reference" from dispatcher.py

See the source for more information.