| 30 | } |
| 31 | |
| 32 | void ExecutorModule::Shutdown() { |
| 33 | std::this_thread::sleep_for(std::chrono::milliseconds(1200)); |
| 34 | AIMRT_INFO("Shutdown succeeded."); |
| 35 | } |
| 36 | |
| 37 | void ExecutorModule::TimeScheduleDemo() { |
| 38 | const auto count = ++loop_count_; |
nothing calls this directly
no outgoing calls
no test coverage detected