swebb2066 opened a new pull request, #369: URL: https://github.com/apache/logging-log4cxx/pull/369
This PR applies the guidelines in [this highly rated answer on StackExchange](https://stackoverflow.com/questions/43019598/stdlock-guard-or-stdscoped-lock). Also, the call site of [std::condition_variable::notify_all](https://en.cppreference.com/w/cpp/thread/condition_variable/notify_all) does not need to hold the lock on the same mutex as the one held by the waiting thread(s) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
