asynqueue.util.ProcessProtocol(object)
class documentation
Part of asynqueue.util
(View In Hierarchy)
I am a simple protocol for spawning a subordinate process.
Instance Variable | d | A Deferred that fires with an initial chunk of STDOUT from the
process. |
Method | __init__ | Undocumented |
Method | makeConnection | Undocumented |
Method | childDataReceived | Undocumented |
Method | childConnectionLost | Undocumented |
Method | processExited | Undocumented |
Method | processEnded | Undocumented |