| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected