Merge pull request #7999 from merryhime/fix-7992

backend: Ensure backend_thread is destructed before message_queue
This commit is contained in:
Mai M 2022-03-10 08:07:41 -05:00 committed by GitHub
commit e200161982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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