| 56 | } |
| 57 | |
| 58 | ActiveExecutorClient::ActiveExecutorClient() |
| 59 | : m_executor(std::make_unique<ActiveExecutor>()) |
| 60 | { |
| 61 | } |
| 62 | |
| 63 | void ActiveExecutorClient::Call(std::function<void()> fn) |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected