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