Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ ~Thread
Method
~Thread
src/Nazara/Core/Thread.cpp:42–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
*/
41
42
Thread::~Thread()
43
{
44
if (m_impl)
45
{
46
m_impl->Join();
47
delete m_impl;
48
m_impl = nullptr;
49
}
50
}
51
52
/*!
53
* \brief Detaches the thread
Callers
nothing calls this directly
Calls
1
Join
Method · 0.45
Tested by
no test coverage detected