Classes | |
| class | ThreadPool |
| Object for managing a collection of threads and dispatching jobs to them. More... | |
| class | _WorkerThread |
| Worker thread class to be used by the ThreadPool. More... | |
Functions | |
| def | Job |
Variables | |
| string | __author__ = "Cody Precord <cprecord@editra.org>" |
| Editra Business Model Library: ThreadPool. | |
| string | __svnid__ = "$Id: _threads.py 67422 2011-04-09 17:23:27Z CJP $" |
| string | __revision__ = "$Revision: 67422 $" |
| list | __all__ = [ 'ThreadPool', ] |
| tuple | pool = ThreadPool(5) |
| def Editra.src.ebmlib._threads.Job | ( | id_, | |
| length | |||
| ) |
| list __all__ = [ 'ThreadPool', ] |
| string __author__ = "Cody Precord <cprecord@editra.org>" |
Editra Business Model Library: ThreadPool.
| string __revision__ = "$Revision: 67422 $" |
| string __svnid__ = "$Id: _threads.py 67422 2011-04-09 17:23:27Z CJP $" |
| tuple pool = ThreadPool(5) |
1.7.6.1