示例#1
0
文件: multi.py 项目: evaimg/Icy-App
 def kill(gw):
     trace("Gateways did not come down after timeout: %r" % gw)
     gw._io.kill()
示例#2
0
文件: multi.py 项目: evaimg/Icy-App
 def _cleanup_atexit(self):
     trace("=== atexit cleanup %r ===" %(self,))
     self.terminate(timeout=1.0)
示例#3
0
 def _cleanup_atexit(self):
     trace("=== atexit cleanup %r ===" % (self, ))
     self.terminate(timeout=1.0)
示例#4
0
 def kill(gw):
     trace("Gateways did not come down after timeout: %r" % gw)
     gw._io.kill()
示例#5
0
 def _cleanup_atexit(self):
     trace("=== atexit cleanup {!r} ===".format(self))
     self.terminate(timeout=1.0)