/head: changeset 78

Revamped thread system to handle exceptions better
This commit is contained in:
jgoerzen
2002-07-05 03:34:39 +01:00
parent 2486a7796c
commit daf4fd99ac
6 changed files with 185 additions and 16 deletions

View File

@ -200,6 +200,7 @@ class BaseFolder:
self.getcopyinstancelimit(),
target = self.copymessageto,
args = (uid, applyto))
thread.setDaemon(1)
thread.start()
threads.append(thread)
else: