grpc/src/core
AJ Heller d14020d4e2
[EventEngine] Add invalid handle types to the public API (#32202)
* [EventEngine] Add invalid handle types to the public API

* Automated change: Fix sanity tests

* add definition for static constexpr members

* sanitize

Co-authored-by: drfloob <drfloob@users.noreply.github.com>
2023-01-25 17:31:34 -08:00
..
ext [windows] explicitly ignore set_int() status in iomgr (#31958) 2023-01-25 15:56:03 -08:00
lib [EventEngine] Add invalid handle types to the public API (#32202) 2023-01-25 17:31:34 -08:00
plugin_registry WRR: implement WRR LB policy (#31904) 2023-01-20 12:14:37 -08:00
tsi Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
BUILD [EventEngine] Add invalid handle types to the public API (#32202) 2023-01-25 17:31:34 -08: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.