コード例 #1
0
ファイル: flow.py プロジェクト: haginara/logcabin
 def start(self):
     # call both multistage to start the branch and ProcessingStage greenlet
     ProcessingStage.start(self)
     MultiStage.start(self)
コード例 #2
0
ファイル: flow.py プロジェクト: nakatadim/logcabin
 def start(self):
     # call both multistage to start the branch and ProcessingStage greenlet
     ProcessingStage.start(self)
     MultiStage.start(self)