.. Thread Queue documentation master file, created by sphinx-quickstart on Mon Dec 16 00:05:28 2013. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Thread Queue ======================================== .. toctree:: :maxdepth: 2 Installation ---------------------------------------- You can find this package and its source on https://pypi.python.org/pypi/ThreadQueue. To install simply use `easy_install` or `pip`: :: easy_install ThreadQueue :: pip install ThreadQueue Description ---------------------------------------- .. automodule:: threadqueue API ---------------------------------------- .. autoclass:: ThreadQueue :members: __init__, enqueue, join Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`