Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Proconex is a module to simplify the implementation of the producer/consumer idiom. In addition to simple implementations based on Python's Queue.Queue, proconex also takes care of exceptions raised during producing or consuming items and ensures that all the work shuts down in a clean manner without leaving zombie threads. For more information, visit <http://pypi.python.org/pypi/proconex/>.