grpc/examples/cpp
Vijay Pai 8aff94558c
De-experimentalize C++ callback API (#25728)
* 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
2021-05-27 14:55:25 -07:00
..
cmake Added CMakeLists for route_guide example 2020-12-22 13:44:35 -08:00
compression clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
helloworld De-experimentalize C++ callback API (#25728) 2021-05-27 14:55:25 -07:00
keyvaluestore Added CMakeLists.txt to cpp/examples (#25692) 2021-03-17 19:59:23 -07:00
load_balancing clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
metadata clang-format C++ examples (#25764) 2021-03-22 10:23:52 -07:00
route_guide De-experimentalize C++ callback API (#25728) 2021-05-27 14:55:25 -07:00
README.md Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00

README.md

gRPC C++ Examples

For information about the other examples in this directory, see their respective README files.