class documentation
A pull producer which writes 10 times only.
Method | __init__ |
Undocumented |
Method | pause |
An implementation of IPushProducer.pauseProducing. This should never be called on a pull producer, so this just raises an error. |
Method | resume |
Write the counter value once. |
Method | stop |
Stop all production. |
Class Variable | counter |
Undocumented |
Instance Variable | consumer |
Undocumented |
Instance Variable | result |
Undocumented |
Instance Variable | stopped |
Undocumented |
Method | _done |
Fire a Deferred so that users can wait for this to complete. |