Marionette: Post initializeHarikoff() as a lambda

This commit is contained in:
2025-01-11 06:19:11 -04:00
parent bffc32519b
commit 8aa28a877e
2 changed files with 24 additions and 19 deletions
-1
View File
@@ -40,7 +40,6 @@ void ComponentThread::signalThread(std::thread::id id)
void ComponentThread::main(ComponentThread& self)
{
std::cout << __func__ << ": Entered." << std::endl;
// We sleep on spawn until the main thread tells us to continue.
{
std::unique_lock<std::mutex> lock(self.startupSync.mutex);