| 14 | namespace fusion { |
| 15 | |
| 16 | GuiExecutorClient::GuiExecutorClient() |
| 17 | : m_executor(std::make_unique<GuiExecutor>()) |
| 18 | { |
| 19 | } |
| 20 | |
| 21 | void GuiExecutorClient::Call(std::function<void()> fn) |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected