Untitled
unknown
plain_text
2 months ago
150 B
2
Indexable
auto thread_count = std::thread::hardware_concurrency(); server.new_task_queue = [thread_count] { return new httplib::ThreadPool(thread_count); };
Editor is loading...
Leave a Comment
auto thread_count = std::thread::hardware_concurrency(); server.new_task_queue = [thread_count] { return new httplib::ThreadPool(thread_count); };