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

Method RpcClientTool

src/runtime/core/util/rpc_client_tool.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 public:
23 RpcClientTool() : shutdown_flag_(std::make_shared<std::atomic_bool>(false)) {}
24 ~RpcClientTool() { shutdown_flag_->store(true); }
25
26 void RegisterTimeoutExecutor(aimrt::executor::ExecutorRef timeout_executor) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected