コード例 #1
0
ファイル: ThriftServer.cpp プロジェクト: facebook/fbthrift
void ThriftServer::useExistingSocket(int socket) {
  useExistingSockets({socket});
}
コード例 #2
0
ファイル: AsyncServerSocket.cpp プロジェクト: genorm/folly
void AsyncServerSocket::useExistingSocket(int fd) {
  useExistingSockets({fd});
}