cpu-worker: clear tasks on shutdown
This commit is contained in:
parent
80f1310e3a
commit
0f2d63ef44
2 changed files with 14 additions and 0 deletions
|
|
@ -1072,6 +1072,7 @@ impl State {
|
|||
self.const_40hz_latch.clear();
|
||||
self.cursor_user_groups.clear();
|
||||
self.cursor_user_group_hardware_cursor.take();
|
||||
self.cpu_worker.clear();
|
||||
}
|
||||
|
||||
pub fn remove_toplevel_id(&self, id: ToplevelIdentifier) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue