Part of twisted.flow View Source
flow.base
This module contains the core exceptions and base classes in the flow module. See flow.flow for more detailed information| Line # | Kind | Name | Docs |
|---|---|---|---|
| 21 | Class | Unsupported | Indicates that the given stage does not know what to do |
| 29 | Class | NotReadyError | Raised when a stage has not been subject to a yield |
| 37 | Class | Instruction | Has special meaning when yielded in a flow |
| 41 | Class | Controller | Flow controller |
| 53 | Class | CallLater | Instruction to support callbacks |
| 64 | Class | Cooperate | Requests that processing be paused so other tasks can resume |
| 83 | Class | Stage | Abstract base defining protocol for iterator/generators in a flow |