|
|
@ -21,8 +21,9 @@ |
|
|
|
/// The gRPC C++ API mainly consists of the following classes:
|
|
|
|
/// The gRPC C++ API mainly consists of the following classes:
|
|
|
|
/// <br>
|
|
|
|
/// <br>
|
|
|
|
/// - grpc::Channel, which represents the connection to an endpoint. See [the
|
|
|
|
/// - grpc::Channel, which represents the connection to an endpoint. See [the
|
|
|
|
/// gRPC Concepts page](https://grpc.io/docs/what-is-grpc/core-concepts) for more
|
|
|
|
/// gRPC Concepts page](https://grpc.io/docs/what-is-grpc/core-concepts) for
|
|
|
|
/// details. Channels are created by the factory function grpc::CreateChannel.
|
|
|
|
/// more details. Channels are created by the factory function
|
|
|
|
|
|
|
|
/// grpc::CreateChannel.
|
|
|
|
///
|
|
|
|
///
|
|
|
|
/// - grpc::CompletionQueue, the producer-consumer queue used for all
|
|
|
|
/// - grpc::CompletionQueue, the producer-consumer queue used for all
|
|
|
|
/// asynchronous communication with the gRPC runtime.
|
|
|
|
/// asynchronous communication with the gRPC runtime.
|
|
|
|