13115e84创建于 2023年11月13日历史提交
#ifndef CONTOURPY_UTIL_H
#define CONTOURPY_UTIL_H

#include "common.h"

namespace contourpy {

class Util
{
public:
    static index_t get_max_threads();
};

} // namespace contourpy

#endif // CONTOURPY_UTIL_H