This commit is contained in:
azw 2023-11-13 04:12:29 +00:00
parent 99b05bc4ad
commit 1c141d8817

View File

@ -198,7 +198,7 @@ namespace f8
bool has_task = false; bool has_task = false;
{ {
queue_.Fetch(); queue_.Fetch();
if (list_empty(queue_.GetWorkList())) { if (!list_empty(queue_.GetWorkList())) {
has_task = true; has_task = true;
} }
} }