Class: Task | Twisted-0.17.4/twisted/internet/task.py | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
I am a set of steps that get executed.Each "step" is a method to call and some arguments to call it with. I am to be used with the Scheduler class - after each step is called I will readd myself to the scheduler if I still have steps to do.
|