grpc/src/core
Muxi Yan f371fce887 Remove previous fix proposal proved to be wrong 2019-04-10 16:20:31 -07:00
..
ext Remove previous fix proposal proved to be wrong 2019-04-10 16:20:31 -07:00
lib Merge pull request #18694 from abmahdy/master 2019-04-09 23:55:41 -07:00
plugin_registry remove ALTS shared resources 2018-11-13 09:44:28 -08:00
tsi Introduce C++ wrappers for gpr_mu and gpr_cv. 2019-04-08 18:27:07 -04: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.