def wakeup(self):
     socketutil.interruptSocket(self._socketaddr)
Exemple #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)
Exemple #3
0
 def wakeup(self):
     socketutil.interruptSocket(self._socketaddr)