Ejemplo n.º 1
0
 def stop(self):
     Arbiter.stop(self)
     if get_ident() != self.ident and self.isAlive():
         self.join()
Ejemplo n.º 2
0
 def stop(self):
     Arbiter.stop(self)
     if get_ident() != self.ident and self.isAlive():
         self.join()