| Home | Trees | Index | Help |
|---|
| Package twisted :: Package flow :: Module 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
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:45:28 2003 | http://epydoc.sf.net |