class documentation
Pooled thread class.
Method | __init__ |
Initialize the thread and remember the pool. |
Method | go |
Exit the run loop next time through. |
Method | run |
Until told to quit, retrieve the next task and execute it, calling the callback if any. |
Class Variable | thread |
Undocumented |
Instance Variable | daemon |
Undocumented |
Instance Variable | __is |
Undocumented |
Instance Variable | __pool |
Undocumented |