Module t.i.task

Part of twisted.internet View Source

Scheduling utility methods and classes.

API Stability: Unstable
AuthorJp 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
def _defaultScheduler(x): (source)
Undocumented
def coiterate(iterator): (source)
Cooperatively iterate over the given iterator, dividing runtime between it and all other iterators which have been passed to this function and not yet exhausted.
API Documentation for twisted, generated by pydoctor.