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