Implements interfaces: twisted.internet.interfaces.IProducer

Produces an integer range of values like xrange.

Fires a Deferred accessible via my d attribute when the range has been produced.

Method __init__ Constructs an instance of me to produce a range of N integer values with the specified interval between them.
Method interval Undocumented
Method setNextCall Undocumented
Method stopProducing Undocumented
Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method nextValue Undocumented
def __init__(self, consumer, N, streaming, minInterval, maxInterval=None):

Constructs an instance of me to produce a range of N integer values with the specified interval between them.

@property
def interval(self):
Undocumented
def setNextCall(self):
Undocumented
def stopProducing(self):
Undocumented
def pauseProducing(self):
Undocumented
def resumeProducing(self):
Undocumented
def nextValue(self):
Undocumented
API Documentation for AsynQueue, generated by pydoctor at 2022-11-17 13:13:24.