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
d =
A Deferred that fires with an initial chunk of STDOUT from the process.
def __init__(self, stopper=None):
Undocumented
def makeConnection(self, pt):
Undocumented
def childDataReceived(self, childFD, data):
Undocumented
def childConnectionLost(self, childFD):
Undocumented
def processExited(self, reason):
Undocumented
def processEnded(self, reason):
Undocumented
API Documentation for AsynQueue, generated by pydoctor at 2022-11-17 13:13:24.