Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ IsJoinable
Method
IsJoinable
src/Nazara/Core/Thread.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
*/
80
81
bool Thread::IsJoinable() const
82
{
83
return m_impl != nullptr;
84
}
85
86
/*!
87
* \brief Waits that the thread ends
Callers
2
Destroy
Method · 0.80
Destroy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected