| 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 |
|||
|
|||
Initialize the thread pool.
|
Enqueue a Message instance.
|
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.0.1 on Tue Jul 1 11:33:18 2008 | http://epydoc.sourceforge.net |