Implements interfaces: twisted.internet.interfaces.IPushProducer

Undocumented
Method __init__ Undocumented
Method checkWork Undocumented
Method cleanup Undocumented
Method close Undocumented
Method stopProducing Stop producing data.
Method pauseProducing Pause producing data.
Method resumeProducing Resume producing data.

Inherited from _PollableResource:

Method activate Undocumented
Method deactivate Undocumented
def __init__(self, pipe, receivedCallback, lostCallback):
Undocumented
def checkWork(self):
Undocumented
def cleanup(self):
Undocumented
def close(self):
Undocumented
def stopProducing(self):

Stop producing data.

This tells a producer that its consumer has died, so it must stop producing data for good.

def pauseProducing(self):

Pause producing data.

Tells a producer that it has produced too much data to process for the time being, and to stop until resumeProducing() is called.

def resumeProducing(self):

Resume producing data.

This tells a producer to re-add itself to the main loop and produce more data for its consumer.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.