1# gRPC C++ Multiplexing Example
2
3This example shows how to use a single connection to send multiple concurrent
4asynchronous requests to different services. It also demonstrates multiple
5sharing the same server connection.
6
7[C++ Quick Start]: https://grpc.io/docs/languages/cpp/quickstart
8