Commit 568fb892 authored by Dominik Charousset's avatar Dominik Charousset

Fix debug name of scheduler threads

parent 49f80aa9
......@@ -54,7 +54,7 @@ public:
auto this_worker = this;
this_thread_ = std::thread{[this_worker] {
CAF_SET_LOGGER_SYS(&this_worker->system());
detail::set_thread_name("caf.multiplexer");
detail::set_thread_name("caf.worker");
this_worker->system().thread_started();
this_worker->run();
this_worker->system().thread_terminates();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment