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

Method close

less_slow.cpp:7409–7412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7407
7408 ~rpc_uring60_server() noexcept {}
7409 void close() noexcept {
7410 ::close(socket_descriptor_);
7411 io_uring_queue_exit(&ring_);
7412 }
7413
7414 void stop() noexcept { should_stop_.store(true, std::memory_order_seq_cst); }
7415

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected