Beispiel #1
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
 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