errbot.streaming.
Tee
Bases: object
object
Tee implements a multi reader / single writer
__init__
clients is a list of objects implementing callback_stream
run
streams to all the clients synchronously
start
starts the transfer asynchronously
repeatfunc
Repeat calls to func with specified arguments.
Example: repeatfunc(random.random)