| 8 | { |
| 9 | |
| 10 | BasicExecutor::BasicExecutor(const std::shared_ptr< ITaskScheduler >& taskScheduler) |
| 11 | : m_taskScheduler(taskScheduler) |
| 12 | { |
| 13 | } |
| 14 | |
| 15 | std::future< void > BasicExecutor::execute(const std::function< void() >& command) |
| 16 | { |
nothing calls this directly
no outgoing calls
no test coverage detected