class documentation

class TestProducer: (source)

View In Hierarchy

A dumb producer.

Method __init__ No summary
Method start Send the data to consume.
Instance Variable consumer Undocumented
Instance Variable toProduce Undocumented
def __init__(self, toProduce, consumer): (source)
Parameters
toProduce:strdata to write
consumer:IConsumerthe consumer of data.
def start(self): (source)

Send the data to consume.

consumer = (source)

Undocumented

toProduce = (source)

Undocumented