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

Method close

less_slow.cpp:7077–7080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7075
7076 ~rpc_uring55_server() noexcept {}
7077 void close() noexcept {
7078 ::close(socket_descriptor_);
7079 io_uring_queue_exit(&ring_);
7080 }
7081
7082 void stop() noexcept { should_stop_.store(true, std::memory_order_seq_cst); }
7083

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected