13115e84创建于 2023年11月13日历史提交
#include "util.h"
#include <thread>

namespace contourpy {

index_t Util::get_max_threads()
{
    return static_cast<index_t>(std::thread::hardware_concurrency());
}

} // namespace contourpy