MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / invokeInLogic

Method invokeInLogic

Source/Basic/Application.cpp:1106–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106void Application::invokeInLogic(const std::function<void()>& func) {
1107 _logicEvent.post("Invoke"_slice, func);
1108}
1109
1110int Application::mainLogic(Application* app) {
1111 app->_logicThreadID = std::this_thread::get_id();

Callers 14

startMethod · 0.80
startMethod · 0.80
on_xrt_post_stream_chunkFunction · 0.80
postAsyncMethod · 0.80
getAsyncMethod · 0.80
downloadAsyncMethod · 0.80
initInRenderMethod · 0.80
addControllerInRenderMethod · 0.80
handleEventInRenderMethod · 0.80
searchFilesAsyncMethod · 0.80

Calls 1

postMethod · 0.65

Tested by

no test coverage detected