Part of twisted.flow View Source
flow.stage
Various stages for manipulating data flows, in particular, those stages which take more than one input stages or alternative input, such as a callback.| Line # | Kind | Name | Docs |
|---|---|---|---|
| 19 | Class | Map | flow equivalent to map: Map(function, stage, ... ) |
| 88 | Class | Zip | Zips two or more stages into a stream of N tuples |
| 101 | Class | Concurrent | Executes stages concurrently |
| 161 | Class | Merge | Merges two or more Stages results into a single stream |
| 188 | Class | Callback | Converts a single-thread push interface into a pull interface. |