コード例 #1
0
ファイル: cfreactor.py プロジェクト: ling-1/GETAiqiyiDanmu
 def doRead(self):
     """
     Wake up the loop and force C{runUntilCurrent} to run immediately in the
     next timed iteration.
     """
     result = _Waker.doRead(self)
     self.reactor._scheduleSimulate(True)
     return result
コード例 #2
0
 def doRead(self):
     """
     Wake up the loop and force C{runUntilCurrent} to run immediately in the
     next timed iteration.
     """
     result = _Waker.doRead(self)
     self.reactor._scheduleSimulate(True)
     return result