This commit is contained in:
Scott E. Graves 2024-12-19 13:11:13 -06:00
parent 39996b2dc8
commit b03060a00f

View File

@ -88,6 +88,10 @@ void eviction::service_function() {
} }
} }
if (get_stop_requested()) {
return;
}
unique_mutex_lock lock(get_mutex()); unique_mutex_lock lock(get_mutex());
if (get_stop_requested()) { if (get_stop_requested()) {
return; return;