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

Method ExecutorManager

src/runtime/core/executor/executor_manager.h:44–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43 public:
44 ExecutorManager()
45 : logger_ptr_(std::make_shared<aimrt::common::util::LoggerWrapper>()) {}
46 ~ExecutorManager() = default;
47
48 ExecutorManager(const ExecutorManager&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected