5 lines
170 B
Python
5 lines
170 B
Python
"""Multi-consumer multi-producer dispatching mechanism
|
|
"""
|
|
__version__ = "2.0.5"
|
|
__author__ = "Patrick K. O'Brien"
|
|
__license__ = "BSD-style, see license.txt for details"
|