backend: Ensure backend_thread is destructed before message_queue

Ensures that stop_token signals that stop has been requested before destruction of conditional_variable
This commit is contained in:
Merry 2022-03-10 10:49:15 +00:00
parent 52f8f00434
commit 22f50c6bc1
1 changed files with 1 additions and 1 deletions

View File

@ -276,9 +276,9 @@ private:
ColorConsoleBackend color_console_backend{};
FileBackend file_backend;
std::jthread backend_thread;
MPSCQueue<Entry, true> message_queue{};
std::chrono::steady_clock::time_point time_origin{std::chrono::steady_clock::now()};
std::jthread backend_thread;
};
} // namespace