Пример #1
0
 def wakeup(self):
     socketutil.interruptSocket(self._socketaddr)
Пример #2
0
 def wakeup(self):
     """bit of a hack to trigger a blocking server to get out of the loop, useful at clean shutdowns"""
     socketutil.interruptSocket(self._socketaddr)
Пример #3
0
 def wakeup(self):
     socketutil.interruptSocket(self._socketaddr)