refactor
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user