twisted.delay: Support for delayed and execution of events.
This is the standard for delayed method calls in twisted python, and
is designed to interoperate with other portions of the codebase. It works
with twisted.reality and twisted.internet; see the documentation for
twisted.reality.Reality and twisted.internet for details.
Classes |
Delayed |
I am a delayed event queue. |
IDelayed |
Interface implemented by Delayed objects - delayed event queues. |
Later |
I am a function which will run later. |
LockstepSimulation |
I am a delayed event queue. |
Looping |
Base class for looping callbacks. |
Steps |
A class to represent a series of steps. |
Time |
I am a list of events which will happen at particular points in
time. |