|
|
|
@ -19,7 +19,7 @@ SPDLOG_INLINE thread_pool::thread_pool(size_t q_max_items, size_t threads_n, std
|
|
|
|
|
if (threads_n == 0 || threads_n > 1000)
|
|
|
|
|
{
|
|
|
|
|
throw_spdlog_ex("spdlog::thread_pool(): invalid threads_n param (valid "
|
|
|
|
|
"range is 1-1000)");
|
|
|
|
|
"range is 1-1000)");
|
|
|
|
|
}
|
|
|
|
|
for (size_t i = 0; i < threads_n; i++)
|
|
|
|
|
{
|
|
|
|
|