Skip to content

Commit

Permalink
terminating.notify_all is C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Nov 16, 2024
1 parent d286958 commit f76f2d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dpp/cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ void cluster::start(bool return_after) {
void cluster::shutdown() {
/* Signal termination */
terminating = true;
terminating.notify_all();
/* Free memory for active timers */
for (auto & t : timer_list) {
delete t.second;
Expand Down

0 comments on commit f76f2d1

Please sign in to comment.