Untitled
unknown
plain_text
a year ago
150 B
7
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);
};