Function sequant::num_threads¶
Defined in File runtime.hpp
Function Documentation¶
-
inline int sequant::num_threads()¶
See also
Note
by default use the value returned std::thread::hardware_concurrency() if available, otherwise 1
- Returns:
the number of threads to use for concurrent work