| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
threading._Verbose --+
|
threading.Thread --+
|
RenderThread
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Run as long as there is work available in the workqueue. If an exception is caught while rendering, the workitem is put back on the worklist and a statistic is recorded as a failed render.
Warning: Note that this might end up as an endless loop if a remote server continues to fail and the localhost thread is never fast enough to snatch the workitem from the queue. This needs some work! |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 24 20:49:03 2008 | http://epydoc.sourceforge.net |