예제 #1
0
void ThriftServer::useExistingSocket(int socket) {
  useExistingSockets({socket});
}
예제 #2
0
void AsyncServerSocket::useExistingSocket(int fd) {
  useExistingSockets({fd});
}