Package turbogears :: Module scheduler :: Class ForkedSingleTask

Class ForkedSingleTask

source code

     object --+    
              |    
ForkedTaskMixin --+
                  |
 object --+       |
          |       |
       Task --+   |
              |   |
     SingleTask --+
                  |
                 ForkedSingleTask

Single Task that executes in its own process.

Instance Methods

Inherited from ForkedTaskMixin: __call__

Inherited from SingleTask: reschedule

Inherited from Task: __init__, execute, handle_exception

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__