This commit is contained in:
2025-01-22 13:21:44 -06:00
parent 262fccf9a6
commit c4b4fe83fb

View File

@ -105,6 +105,7 @@ void tasks::stop() {
std::deque<scheduled_task> tasks;
std::swap(tasks, tasks_);
notify_.notify_all();
lock.unlock();