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