MCPcopy 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
86NamedThreadFunction* NamedThread::get_function() const SKR_NOEXCEPT
87{
88 return func;
89}
90
91AsyncResult NamedThread::initialize(const NamedThreadDesc& pdesc) SKR_NOEXCEPT
92{

Callers 1

finalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected