mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-24 20:43:04 +00:00
Scheduler: Correct Reload/Unload
This commit is contained in:
@@ -149,6 +149,7 @@ struct KernelCore::Impl {
|
||||
|
||||
for (std::size_t i = 0; i < cores.size(); i++) {
|
||||
cores[i].Shutdown();
|
||||
schedulers[i].reset();
|
||||
}
|
||||
cores.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user