MCPcopy Create free account
hub / github.com/AimRT/AimRT / Shutdown

Method Shutdown

src/examples/cpp/context/module/executor/executor_module.cc:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void ExecutorModule::Shutdown() {
33 std::this_thread::sleep_for(std::chrono::milliseconds(1200));
34 AIMRT_INFO("Shutdown succeeded.");
35}
36
37void ExecutorModule::TimeScheduleDemo() {
38 const auto count = ++loop_count_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected