Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ get_function
Method
get_function
modules/core/core/src/async/named_thread.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
NamedThreadFunction* NamedThread::get_function() const SKR_NOEXCEPT
87
{
88
return func;
89
}
90
91
AsyncResult NamedThread::initialize(const NamedThreadDesc& pdesc) SKR_NOEXCEPT
92
{
Callers
1
finalize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected