tree: 5f2739cfe5b5c53384f214eaa77246e31fd2287b [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.