Package twisted :: Package flow :: Module base
[show private | hide private]
[frames | no frames]

Module twisted.flow.base

flow.base

This module contains the core exceptions and base classes in the flow module. See flow.flow for more detailed information
Classes
CallLater Instruction to support callbacks
Controller Flow controller
Cooperate Requests that processing be paused so other tasks can resume
Instruction Has special meaning when yielded in a flow
Stage Abstract base defining protocol for iterator/generators in a flow

Exceptions
NotReadyError Raised when a stage has not been subject to a yield
Unsupported Indicates that the given stage does not know what to do with the flow instruction that was returned.

Variable Summary
SelectReactor reactor

Variable Details

reactor

Type:
SelectReactor
Value:
<twisted.internet.default.SelectReactor instance at 0x8220044>         

Generated by Epydoc 1.1 on Fri Jun 27 03:45:28 2003 http://epydoc.sf.net