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