| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected