Thread Queue
===========

Thread Queue provides an easy to use interface to manage a queue
of threads. If you have many methods that will take long to run, you
can use this package to queue several up at the same time.

All documentation is available online at http://pythonhosted.org/ThreadQueue/.