MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~ConnectionDispatcher

Method ~ConnectionDispatcher

phxsqlproxy/connection_dispatcher.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37ConnectionDispatcher::~ConnectionDispatcher() {
38 if (socket_pair_fd_[0]) {
39 close(socket_pair_fd_[0]);
40 close(socket_pair_fd_[1]);
41 }
42}
43
44int ConnectionDispatcher::run() {
45 co_enable_hook_sys();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected