grpc/src/core
Craig Tiller ccf70cf273
Reland channel args C++ type (#29113)
* Revert "Revert "Introduce ChannelArgs C++ type (#28860)" (#29106)"

This reverts commit f0283aac40.

* x

* fix

* Automated change: Fix sanity tests

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
2022-03-16 16:54:22 -07:00
..
ext xds resolver: fix cases where we weren't returning channel args on error (#29109) 2022-03-16 07:42:17 -07:00
lib Reland channel args C++ type (#29113) 2022-03-16 16:54:22 -07:00
plugin_registry Revert "Revert "Revert "Convert max_age filter to promises (#28904)" (#28957)" (#28958)" (#29105) 2022-03-15 12:21:59 -07:00
tsi decrease verbosity of alts handshaker logs which can happen during cancellation (#29058) 2022-03-16 08:34:34 -07:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.