Marionette: Post initializeHarikoff() as a lambda
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user