#include <iostream>
#include <memory>
#include <string>
#include <thread>
#include <grpc/support/log.h>
#include <grpcpp/grpcpp.h>
#include "helloworld.grpc.pb.h"
Go to the source code of this file.
Classes | |
struct | GreeterClient::AsyncClientCall |
class | GreeterClient |
Functions | |
int | main (int argc, char **argv) |
Definition at line 123 of file greeter_async_client2.cc.