Own log worker and trim Apple platform hooks

This commit is contained in:
2026-06-16 07:49:03 +02:00
parent 0c72aa0312
commit 7ef399eb75
10 changed files with 104 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ public:
static LogRemote I;
bool m_running = false;
bool m_error = false;
std::thread m_thread;
std::jthread m_thread;
std::mutex m_mutex;
BlockingQueue<std::string> m_mq;
// Store messages until the file is open