mirror of
https://github.com/djohnlewis/stackdump
synced 2025-01-22 22:51:36 +00:00
7 lines
171 B
Python
7 lines
171 B
Python
"""Multi-consumer multi-producer dispatching mechanism
|
|
"""
|
|
__version__ = "1.0.0"
|
|
__author__ = "Patrick K. O'Brien"
|
|
__license__ = "BSD-style, see license.txt for details"
|
|
|