* 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. |
||
|---|---|---|
| .. | ||
| cmake | ||
| compression | ||
| features | ||
| helloworld | ||
| keyvaluestore | ||
| load_balancing | ||
| metadata | ||
| route_guide | ||
| README.md | ||
README.md
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.