Untitled
auto thread_count = std::thread::hardware_concurrency(); server.new_task_queue = [thread_count] { return new httplib::ThreadPool(thread_count); };
Leave a Comment
auto thread_count = std::thread::hardware_concurrency(); server.new_task_queue = [thread_count] { return new httplib::ThreadPool(thread_count); };