예제 #1
0
 def stop(self):
     Arbiter.stop(self)
     if get_ident() != self.ident and self.isAlive():
         self.join()
예제 #2
0
파일: arbiter.py 프로젝트: baiqj/circus
 def stop(self):
     Arbiter.stop(self)
     if get_ident() != self.ident and self.isAlive():
         self.join()