Twisted has some useful, but little-known classes. They are listed here with brief descriptions, but you should consult the API documentation or source code for the full details.
Calls an asynchronous function repeatedly at set intervals.
Similar to t.i.t.LoopingCall
, but implemented as a service that will
automatically start an dstop the function calls when the service is started and
stopped.