* De-experimentalize callback API * Make FromServerContext based on ServerContextBase * Fix lambda * Fix headers * De-experimentalize tests * clang-format * Fix consistency checks * wip * Fix const-ness of callback client read RPC requests * Fix golden file * Give full route_guide callback client example with Hold etc * Complete example route-guide server * De-experimentalize test services * Omit unneeded using * Remove some uses of non-experimental macro from test * clang-format examples * De-experimentalize async stub calls * Remove experimental namespace use in qps, ubms * De-experimentalize alarms, generic stubs, and context allocator * De-experimentalize SetContextAllocator * clang-format * Fix conflicts * Leave obsolete API in place until users can be migrated |
||
|---|---|---|
| .. | ||
| BUILD | ||
| CMakeLists.txt | ||
| Makefile | ||
| README.md | ||
| helper.cc | ||
| helper.h | ||
| route_guide_callback_client.cc | ||
| route_guide_callback_server.cc | ||
| route_guide_client.cc | ||
| route_guide_db.json | ||
| route_guide_server.cc | ||
README.md
gRPC Basics: C++ sample code
The files in this folder are the samples used in gRPC Basics: C++, a detailed tutorial for using gRPC in C++.