Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ IsAlive
Method
IsAlive
system/threading/base_thread.cpp:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
bool BaseThread::IsAlive() const
107
{
108
return m_is_alive;
109
}
110
111
bool BaseThread::IsJoinable() const
112
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected