* Fixing RouteGuide's C++ Reactor example. The current method involves locking and unlocking a mutex from different threads, which isn't allowed. Changing the strategy a bit to address this. * Automated change: Fix sanity tests * Switching to absl::Mutex to annotate usage properly. * Actually, let's not cover the examples with sanity checks. |
||
|---|---|---|
| .. | ||
| 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++.