| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
        object --+        
                 |        
threading._Verbose --+    
                     |    
      threading.Thread --+
                         |
                        ThreadPoolThread
Pooled thread class.
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| Class Variables | |
| threadSleepTime = 0.1 | |
| Properties | |
| Inherited from  Inherited from  | 
| Method Details | 
| 
 Initialize the thread and remember the pool. 
 | 
| 
 Until told to quit, retrieve the next task and execute it, calling the callback if any. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 7 03:44:39 2017 | http://epydoc.sourceforge.net |