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

Method close

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

Source from the content-addressed store, hash-verified

6774
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 {

Callers 2

read_file_contentsFunction · 0.45
rpcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected