class documentation
class _PollableReadPipe(_PollableResource): (source)
Constructor: _PollableReadPipe(pipe, receivedCallback, lostCallback)
Implements interfaces: twisted.internet.interfaces.IPushProducer
Undocumented
| Method | __init__ |
Undocumented |
| Method | check |
Undocumented |
| Method | cleanup |
Undocumented |
| Method | close |
Undocumented |
| Method | pause |
Pause producing data. |
| Method | resume |
Resume producing data. |
| Method | stop |
Stop producing data. |
| Instance Variable | lost |
Undocumented |
| Instance Variable | pipe |
Undocumented |
| Instance Variable | received |
Undocumented |
Inherited from _PollableResource:
| Method | activate |
Undocumented |
| Method | deactivate |
Undocumented |
| Instance Variable | active |
Undocumented |
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.
Resume producing data.
This tells a producer to re-add itself to the main loop and produce more data for its consumer.