twisted.internet.cfreactor.CFReactor._scheduleSimulate(self, force=False) method documentationtwisted.internet.cfreactor.CFReactor
          View Source
          
        
      Schedule a call to self.runUntilCurrent.  This will cancel the currently scheduled call if it is already scheduled.
| Parameters | force | Even if there are no timed calls, make sure that runUntilCurrent runs immediately (in a 0-seconds-from-now CFRunLoopTimer).  This is necessary for calls which need to trigger behavior of runUntilCurrent other than running timed calls, such as draining the thread call queue or calling crash() when the appropriate flags are set. (type: bool) | 
| Function | simulate | Undocumented |