Table of Contents

Module: delay Twisted-0.19.0/twisted/python/delay.py

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.

Imported modules   
from bisect import insort
import log
import os
import rebuild
from time import sleep, time
Classes   
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.

StopLooping

Stop a loop.

Time

I am a list of events which will happen at particular points in time.


Table of Contents

This document was automatically generated on Sun Jul 14 19:53:11 2002 by HappyDoc version 2.0