Home | Trees | Indices | Help |
|
---|
|
object --+ | threading._Verbose --+ | threading.Thread --+ | Pool
A threadpool which checks regularily 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 threadpool. Will raise a NotImplementedError exception if not subclassed. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Tue Jul 24 11:43:53 2007 | http://epydoc.sourceforge.net |