Unverified Commit 139bf7d0 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update thread_pool.h

parent 510b1357
......@@ -88,7 +88,7 @@ public:
thread_pool(size_t q_max_items, size_t threads_n, std::function<void()> on_thread_start);
thread_pool(size_t q_max_items, size_t threads_n);
// message all threads to terminate and gracefully join them
// message all threads to terminate and join them
~thread_pool();
thread_pool(const thread_pool &) = delete;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment