MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / stop

Method stop

less_slow.cpp:6777–6777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6775 ~rpc_libc_server() noexcept {}
6776 void close() noexcept { ::close(socket_descriptor_); }
6777 void stop() noexcept { should_stop_.store(true, std::memory_order_seq_cst); }
6778
6779 void operator()() noexcept {
6780 sockaddr_in client_address;

Callers 3

rpcFunction · 0.45
closeMethod · 0.45
~rpc_asio_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected