• Home
Name Date Size #Lines LOC

..--

BUILDD06-Sep-20241.3 KiB4440

CMakeLists.txtD06-Sep-20242.9 KiB8374

README.mdD06-Sep-2024288 85

multiplex_client.ccD06-Sep-20243.4 KiB10770

multiplex_server.ccD06-Sep-20243.8 KiB11475

README.md

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