| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| class |
_workerClass class of Worker.Worker to create |
||
|
|||
|
|||
|
|||
|
|||
| integer |
|
||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
logger = AutoLogger()
|
|||
|
|||
| MailBox.ThreadMailBox |
inbox a shared inbox for the pool |
||
| string |
name name of the threadpool. |
||
| set |
workers the pool's Worker.Workers |
||
|
|||
|
Inherited from |
|||
|
|||
_WorkerClass
|
|
|
block until the pool terminates. This function has the same behavior asthreading.Thread.join, see its documentation. In
particular, this function always returns None, so you should use aliveCount to see if the pool has terminated.
|
|
|||
namename of the threadpool. This is used for mailboxes, etc.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Mar 10 05:37:10 2008 | http://epydoc.sourceforge.net |