Part of twisted.internet._pollingfile View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IPushProducer
| Method | __init__ | Undocumented | 
| Method | checkWork | Undocumented | 
| Method | cleanup | Undocumented | 
| Method | close | Undocumented | 
| Method | stopProducing | Undocumented | 
| Method | pauseProducing | Pause producing data. | 
| Method | resumeProducing | Resume producing data. | 
Inherited from _PollableResource:
| Method | activate | Undocumented | 
| Method | deactivate | Undocumented | 
Tells a producer that it has produced too much data to process for the time being, and to stop until resumeProducing() is called.
This tells a producer to re-add itself to the main loop and produce more data for its consumer.