Part of twisted.flow.base View Source View In Hierarchy
Known subclasses: twisted.flow.base.Cooperate, twisted.flow.stage.Callback.Instruction, twisted.flow.stage.Concurrent.Instruction, twisted.flow.threads.Threaded.Instruction, twisted.flow.wrap._DeferredInstruction
Instruction to support callbacks
This is the instruction which is returned during the yield of the _Deferred and Callback stage. The underlying flow driver should call the 'callLater' function with the callable to be executed after each callback.Method | callLater | Undocumented |