tree: 84531d5fa3415f39624647c2a9160c70c4817bb1 [path history] [tgz]
  1. BUILD
  2. CMakeLists.txt
  3. multiplex_client.cc
  4. multiplex_server.cc
  5. README.md
examples/cpp/multiplex/README.md

gRPC C++ Multiplexing Example

This example shows how to use a single connection to send multiple concurrent asynchronous requests to different services. It also demonstrates multiple sharing the same server connection.