Exemplo n.º 1
0
 def wakeup(self):
     socketutil.interruptSocket(self._socketaddr)
Exemplo n.º 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)
Exemplo n.º 3
0
 def wakeup(self):
     socketutil.interruptSocket(self._socketaddr)