Untitled

 avatar
unknown
plain_text
17 days ago
150 B
2
Indexable
auto thread_count = std::thread::hardware_concurrency();
server.new_task_queue = [thread_count] {
    return new httplib::ThreadPool(thread_count);
};
Leave a Comment