fix comp
This commit is contained in:
parent
7d5d402144
commit
3345e2d4a4
@ -18,9 +18,9 @@ public:
|
||||
|
||||
void post_start() override
|
||||
{
|
||||
scheduler::loop(std::bind(&log_messages, this), scheduler::pipeline::main);
|
||||
scheduler::loop(std::bind(&console::log_messages, this), scheduler::pipeline::main);
|
||||
|
||||
this->console_runner_ = std::thread(std::bind(&runner, this));
|
||||
this->console_runner_ = std::thread(std::bind(&console::runner, this));
|
||||
}
|
||||
|
||||
void pre_destroy() override
|
||||
|
Loading…
Reference in New Issue
Block a user