interface documentation

A producer produces data for a consumer.

Typically producing is done by calling the write method of a class implementing IConsumer.

Method stopProducing Stop producing data.
def stopProducing(): (source)

Stop producing data.

This tells a producer that its consumer has died, so it must stop producing data for good.