asynqueue.iteration.IterationProducer(object)
class documentation
Part of asynqueue.iteration
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IPushProducer
Method | __init__ | Undocumented |
Method | deferUntilDone | Returns a deferred that fires (with a reference to my consumer) when I am done producing iterations. |
Method | registerConsumer | How could we push to a consumer without knowing what it is? |
Method | run | Produces my iterations, returning a Deferred that fires
(with a reference to my consumer) when done. |
Method | pauseProducing | IPushProducer implementation. |
Method | resumeProducing | IPushProducer implementation. |
Method | stopProducing | IPushProducer implementation. |
def
deferUntilDone(self):
Returns a deferred that fires (with a reference to my consumer) when I am done producing iterations.