Part of twisted.internet View Source
Scheduling utility methods and classes.
API Stability: Unstable| Author | Jp Calderone | |
| Class | LoopingCall | Call a function repeatedly. |
| Class | SchedulerStopped | The operation could not complete because the scheduler was stopped in |
| Class | _Timer | Undocumented |
| Function | _defaultScheduler | Undocumented |
| Class | Cooperator | Cooperative task scheduler. |
| Function | coiterate | Cooperatively iterate over the given iterator, dividing runtime between it |
| Class | Clock | Provide a deterministic, easily-controlled implementation of |