ericw-tools/include/common/threads.hh

9 lines
174 B
C++

/* common/threads.h */
#pragma once
/**
* Configures TBB to have the given max threads (specify 0 for unlimited).
*/
void configureTBB(int maxthreads, bool lowPriority);