Remove comment from manager.cc

This commit is contained in:
Huamonarch 2026-05-09 13:32:38 +08:00
parent ecf02306b2
commit 339074c1b4

View File

@ -129,7 +129,7 @@ int Manager::start() {
for (auto &x : this->handles_) { for (auto &x : this->handles_) {
tid_2_thread_name_.push_back( tid_2_thread_name_.push_back(
std::make_tuple(x.second->run_thread(), std::make_tuple(x.second->run_thread(),
x.first)); //运行具体的算法线程 x.first));
} }
} }
this->is_start_ = true; this->is_start_ = true;