Mind: Use state variables to manage shutdown

We now allow the shutdown*Req() methods of Mind:: to return early
if their aspect of the object in question hasn't actually been
initialized.
This commit is contained in:
2025-09-13 18:59:44 -04:00
parent 25a9721f92
commit 1d3d929ddd
3 changed files with 23 additions and 16 deletions
-1
View File
@@ -218,7 +218,6 @@ void ComponentThread::marionetteMain(ComponentThread& self)
if (callShutdownSalmanoff) {
shutdownSalmanoff();
}
}
} // namespace smo