48#ifndef GUM_THREADS_STL_H
49#define GUM_THREADS_STL_H
void setNumberOfThreads(unsigned int number)
Set the max number of threads to be used when entering the next parallel region.
unsigned int getNumberOfLogicalProcessors()
Get the number of logical processors.
unsigned int getMaxNumberOfThreads()
Returns the maximum number of threads you should use at any time.
unsigned int getNumberOfThreads()
returns the max number of threads used by default when entering the next parallel region
gum is the global namespace for all aGrUM entities
C++17 STL threads convenience utilities for agrum.