mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-25 01:38:03 +02:00
fc09bb43b7
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging go/gpr_to_absl_logs Replacing GPR_ASSERT with absl CHECK GPR_ASSERT http://google3/third_party/grpc/include/grpc/support/log.h?q=symbol%3A%5CbGPR_ASSERT%5Cb%20case%3Ayes CHECK http://google3/third_party/absl/log/check.h?q=symbol%3A%5CbCHECK%5Cb%20case%3Ayes <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes #36327 PiperOrigin-RevId: 623851813
gRPC C++ Examples
- Hello World! Eager to run your first gRPC example? You'll find instructions for building gRPC and running a simple "Hello World" app in Quick Start.
- Route Guide. For a basic tutorial on gRPC see gRPC Basics.
For information about the other examples in this directory, see their respective README files.