mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-23 22:22:05 +08:00
Update thread_pool.h
This commit is contained in:
parent
b5d6c939fd
commit
da9c16278a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user