Package turbogears :: Module scheduler :: Class ThreadedIntervalTask

Class ThreadedIntervalTask

source code

ThreadedTaskMixin --+
                    |
         Task --+   |
                |   |
     IntervalTask --+
                    |
                   ThreadedIntervalTask

Interval Task that executes in its own thread.

Instance Methods

Inherited from ThreadedTaskMixin: __call__, threadedcall

Inherited from IntervalTask: __init__, reschedule

Inherited from Task: execute, handle_exception