1
0
Fork 0
forked from wry/wry

cpu-worker: clear tasks on shutdown

This commit is contained in:
Julian Orth 2025-07-19 00:34:44 +02:00
parent 80f1310e3a
commit 0f2d63ef44
2 changed files with 14 additions and 0 deletions

View file

@ -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) {