Пример #1
0
void ThriftServer::useExistingSocket(int socket) {
  useExistingSockets({socket});
}
Пример #2
0
void AsyncServerSocket::useExistingSocket(int fd) {
  useExistingSockets({fd});
}