We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
freeOnTerminate
Thread
1 parent 1782c19 commit 9592096Copy full SHA for 9592096
src/ESPressio_Thread.cpp
@@ -9,7 +9,6 @@ namespace ESPressio {
9
10
// Define the Constructor and Destructor of `Thread` here
11
Thread::Thread() : _threadID(0) {
12
- SetFreeOnTerminate(freeOnTerminate);
13
_threadID = ThreadManager::GetInstance()->GetThreadCount();
14
SetCoreID(ThreadManager::GetInstance()->AddThread(this));
15
}
0 commit comments