Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ run
Method
run
modules/core/core/src/async/service_thread.cpp:71–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void ServiceThread::run() SKR_NOEXCEPT
72
{
73
SkrZoneScopedN(
"run"
);
74
auto e = request_run();
75
wait(e);
76
}
77
78
void ServiceThread::exit() SKR_NOEXCEPT
79
{
Callers
nothing calls this directly
Calls
5
request_run
Function · 0.85
takeAction
Method · 0.80
wait
Function · 0.50
skr_thread_sleep
Function · 0.50
serve
Method · 0.45
Tested by
no test coverage detected