Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ join
Method
join
modules/core/core/src/async/named_thread.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
AsyncResult NamedThread::join() SKR_NOEXCEPT
60
{
61
skr_join_thread(tHandle);
62
return ASYNC_RESULT_OK;
63
}
64
65
bool NamedThread::is_alive() const SKR_NOEXCEPT
66
{
Callers
1
finalize
Method · 0.45
Calls
1
skr_join_thread
Function · 0.50
Tested by
no test coverage detected