mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-26 01:52:16 +01:00
6 lines
289 B
Markdown
6 lines
289 B
Markdown
# gRPC C++ Multiplexing Example
|
|
|
|
[This example](https://github.com/grpc/grpc/tree/master/examples/cpp/multiplex) 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.
|