grpc/src/core
Arjun Roy 2c4b32a599
Merge pull request #19339 from arjunroy/maybe_embiggen_v2
Reduced instruction count for maybe_embiggen common case.
2019-06-13 17:15:40 -07:00
..
ext Simplify LB policy and resolver shutdown. 2019-06-13 11:46:14 -07:00
lib Reduced instruction count for maybe_embiggen common case. 2019-06-13 13:59:52 -07:00
plugin_registry remove ALTS shared resources 2018-11-13 09:44:28 -08:00
tsi Merge pull request #18959 from SataQiu/fix-20190506 2019-05-14 13:51:51 -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.