Untitled
unknown
plain_text
9 months ago
150 B
5
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);
};