예제 #1
0
 def stop(self):
     app.exit()
     if not self._enabled:
         return
     if self._stopping:
         return
     self._stopping = True
     _threadedselect.ThreadedSelectReactor.stop(self)
예제 #2
0
 def stop(self):
     app.exit()
     if not self._enabled:
         return
     if self._stopping:
         return
     self._stopping = True
     _threadedselect.ThreadedSelectReactor.stop(self)
예제 #3
0
 def _stopPyglet(self):
     app.exit()
예제 #4
0
 def _stopPyglet(self):
     app.exit()