| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
threading._Verbose --+
|
threading.Thread --+
|
Pool
A thread pool which checks regularly for new jobs and spawns processes as needed.
Do not use this class directly. Always subclass and override the worker method.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
The management thread. Do not call directly. Instead, use the start method.
|
This method must be overridden in a subclass and is used to perform the work of the thread pool. Will raise a NotImplementedError exception if not subclassed. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed Dec 19 20:56:15 2007 | http://epydoc.sourceforge.net |