dispatch (version 1.0.0) | index p:\dispatch\__init__.py |
Multi-consumer multi-producer dispatching mechanism
Package Contents | ||
__init__ -- Multi-consumer multi-producer dispatching mechanism dispatcher -- Multiple-producer-multiple-consumer signal-dispatching errors -- Error types for dispatcher mechanism examples (package) -- Example scripts for the dispatch project robustapply -- Robust apply mechanism saferef -- Refactored "safe reference" from dispatcher.py setup -- Installs PyDispatcher using distutils tests (package) -- Unit-tests for the dispatch project |
Data | ||
__author__ = "Patrick K. O'Brien" __file__ = r'p:\dispatch\__init__.pyc' __license__ = 'BSD-style, see license.txt for details' __name__ = 'dispatch' __path__ = [r'p:\dispatch'] __version__ = '1.0.0' |
Author | ||
Patrick K. O'Brien |