Ejemplo n.º 1
0
 def __exitfunc(self):
     _unregister_thread(self._thread)
     t = _pickSomeNonDaemonThread()
     while t:
         t.join()
         t = _pickSomeNonDaemonThread()
Ejemplo n.º 2
0
 def __exitfunc(self):
     _unregister_thread(self._thread)
     t = _pickSomeNonDaemonThread()
     while t:
         t.join()
         t = _pickSomeNonDaemonThread()
Ejemplo n.º 3
0
 def __delete(self):
     _unregister_thread(self._thread)
Ejemplo n.º 4
0
 def __delete(self):
     _unregister_thread(self._thread)