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