This commit is contained in:
2025-01-21 15:24:39 -06:00
parent 21d02534e5
commit 3efb2b817f

View File

@ -95,7 +95,7 @@ private:
std::vector<std::shared_ptr<event_type>> events;
unique_mutex_lock lock(event_mutex_);
while (not get_stop_requested() && event_list_.empty()) {
if (not get_stop_requested() && event_list_.empty()) {
event_notify_.wait_for(lock, 4s);
}