perf(threads): implement adjust_thread_priority for macOS and add set_thread_name (#4605)
This commit is contained in:
@@ -305,6 +305,7 @@ namespace system_tray {
|
||||
|
||||
// Threading functions available on all platforms
|
||||
static void tray_thread_worker() {
|
||||
platf::set_thread_name("system_tray");
|
||||
BOOST_LOG(info) << "System tray thread started"sv;
|
||||
|
||||
// Initialize the tray in this thread
|
||||
|
||||
Reference in New Issue
Block a user