Trees | Indices | Help |
---|
|
object --+ | threading._Verbose --+ | threading.Thread --+ | TracerThread
Ok... so here's the catch... most debug APIs do *not* allow one thread to do the attach and another to do continue and another to do wait... they just dont. So there. I have to make a thread per-tracer (on most platforms) and proxy requests (for *some* trace API methods) to it for actual execution. SUCK!
However, this lets async things like GUIs and threaded things like cobra not have to be aware of which one is allowed and not allowed to make particular calls and on what platforms... YAY!
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Run in a circle getting requests from our queue and executing them based on the thread.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:14 2012 | http://epydoc.sourceforge.net |