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

Method Start

src/common/net/asio_http_cli.h:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void Start() {
87 AIMRT_CHECK_ERROR_THROW(
88 std::atomic_exchange(&state_, State::kStart) == State::kInit,
89 "Method can only be called when state is 'Init'.");
90 }
91
92 void Shutdown() {
93 if (std::atomic_exchange(&state_, State::kShutdown) == State::kShutdown)

Callers 2

HttpSendRecvCoMethod · 0.45
GetClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected