From 76fda183d4c1067ab1735965e9bde3c7b29d1345 Mon Sep 17 00:00:00 2001 From: saturneric Date: Wed, 18 Oct 2023 20:54:02 +0800 Subject: feat: simplify the thread system and improve its stability --- src/core/module/ModuleManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/module/ModuleManager.cpp') diff --git a/src/core/module/ModuleManager.cpp b/src/core/module/ModuleManager.cpp index dc31072b..b9e73721 100644 --- a/src/core/module/ModuleManager.cpp +++ b/src/core/module/ModuleManager.cpp @@ -41,7 +41,7 @@ class ModuleManager::Impl { Impl() : task_runner_(std::make_shared()), gpc_(std::make_shared(task_runner_)) { - task_runner_->start(); + task_runner_->Start(); } void RegisterModule(ModulePtr module) { -- cgit v1.2.3