|
GRPC C++
1.3.0
|
The gRPC C++ API mainly consists of the following classes:
Streaming calls are handled with the streaming classes in sync_stream.h and async_stream.h.
Refer to the examples for code putting these pieces into play.
1.8.6