grpc/src/core
Yang Gao c9524640ba
Merge pull request #22919 from yang-g/once
add a static assert for gpr_once with abseil
2020-05-12 16:32:37 -07:00
..
ext Integrating weighted target policy into xds routing policy 2020-05-12 13:52:10 -07:00
lib Merge pull request #22919 from yang-g/once 2020-05-12 16:32:37 -07:00
plugin_registry Merge remote-tracking branch 'upstream/master' into route_response 2020-04-09 11:10:28 -07:00
tsi fix first round of feedback 2020-05-07 23:04:13 -07:00
README.md Adding missing language :P 2019-03-25 13:44:45 -07:00

README.md

Overview

This directory contains source code for C library (a.k.a the gRPC C core) that provides all gRPC's core functionality through a low level API. Libraries in other languages in this repository (C++, C#, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.