MCPcopy 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
64void ServiceThread::stop() SKR_NOEXCEPT
65{
66 SkrZoneScopedN("stop");
67 auto e = request_stop();
68 wait(e);
69}
70
71void ServiceThread::run() SKR_NOEXCEPT
72{

Callers

nothing calls this directly

Calls 2

request_stopFunction · 0.85
waitFunction · 0.50

Tested by

no test coverage detected