Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ stop
Method
stop
modules/core/core/src/async/service_thread.cpp:64–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void ServiceThread::stop() SKR_NOEXCEPT
65
{
66
SkrZoneScopedN(
"stop"
);
67
auto e = request_stop();
68
wait(e);
69
}
70
71
void ServiceThread::run() SKR_NOEXCEPT
72
{
Callers
nothing calls this directly
Calls
2
request_stop
Function · 0.85
wait
Function · 0.50
Tested by
no test coverage detected