taskMgr.destroy() should imply stop()
This commit is contained in:
parent
d658ba7254
commit
f8acde64f7
|
|
@ -136,6 +136,7 @@ class TaskManager:
|
|||
|
||||
def destroy(self):
|
||||
# This should be safe to call multiple times.
|
||||
self.running = False
|
||||
self.notify.info("TaskManager.destroy()")
|
||||
self.destroyed = True
|
||||
self._frameProfileQueue.clear()
|
||||
|
|
|
|||
Loading…
Reference in New Issue