Set thread names for better debugging

This commit is contained in:
SChernykh
2025-03-13 11:19:58 +01:00
parent 37e8cc01cf
commit d1dd95d9c9
10 changed files with 59 additions and 0 deletions

View File

@@ -250,6 +250,8 @@ private:
NOINLINE void run()
{
set_thread_name("Logger");
do {
uv_mutex_lock(&m_mutex);
if (m_readPos == m_writePos.load()) {