This commit is contained in:
gabime
2018-06-01 17:52:05 +03:00
parent 5997e5aae7
commit 4b9949de7b
6 changed files with 4 additions and 11 deletions

View File

@@ -71,7 +71,6 @@ public:
pop_cv_.notify_one();
return true;
}
private:
size_t max_items_;

View File

@@ -138,7 +138,6 @@ public:
{
return msg_counter_.load(std::memory_order_relaxed);
}
private:
std::atomic<size_t> msg_counter_; // total # of messages processed in this pool