MCPcopy 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
71void ServiceThread::run() SKR_NOEXCEPT
72{
73 SkrZoneScopedN("run");
74 auto e = request_run();
75 wait(e);
76}
77
78void ServiceThread::exit() SKR_NOEXCEPT
79{

Callers

nothing calls this directly

Calls 5

request_runFunction · 0.85
takeActionMethod · 0.80
waitFunction · 0.50
skr_thread_sleepFunction · 0.50
serveMethod · 0.45

Tested by

no test coverage detected