Exemplo n.º 1
0
void ThriftServer::useExistingSocket(int socket) {
  useExistingSockets({socket});
}
Exemplo n.º 2
0
void AsyncServerSocket::useExistingSocket(int fd) {
  useExistingSockets({fd});
}