示例#1
0
文件: flow.py 项目: haginara/logcabin
 def stop(self):
     # stop the branch and our greenlet
     ProcessingStage.stop(self)
     MultiStage.stop(self)
示例#2
0
 def stop(self):
     # stop the branch and our greenlet
     ProcessingStage.stop(self)
     MultiStage.stop(self)
示例#3
0
文件: flow.py 项目: haginara/logcabin
 def start(self):
     # call both multistage to start the branch and ProcessingStage greenlet
     ProcessingStage.start(self)
     MultiStage.start(self)
示例#4
0
 def start(self):
     # call both multistage to start the branch and ProcessingStage greenlet
     ProcessingStage.start(self)
     MultiStage.start(self)