pop_deferred_task: also notify

This commit is contained in:
Xuan Son Nguyen 2024-09-06 13:18:45 +02:00
parent e9313f2e6a
commit dd7e853b41

View file

@ -474,6 +474,7 @@ struct server_queue {
queue_tasks_deferred.pop_front();
queue_tasks.push_back(std::move(task));
}
condition_tasks.notify_one();
}
// end the start_loop routine