mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-25 09:32:14 +01:00
8 lines
288 B
Markdown
8 lines
288 B
Markdown
# 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.
|
|
|
|
[C++ Quick Start]: https://grpc.io/docs/languages/cpp/quickstart
|