pop_deferred_task: also notify
This commit is contained in:
parent
e9313f2e6a
commit
dd7e853b41
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue