grpc/src/core
Qiancheng Zhao a75acbb6ae Unref unselected subchannels in Pick First. 2019-06-19 19:25:44 -07:00
..
ext Unref unselected subchannels in Pick First. 2019-06-19 19:25:44 -07:00
lib Fix compression algorithm parsing 2019-06-19 12:23:41 -07:00
plugin_registry remove ALTS shared resources 2018-11-13 09:44:28 -08:00
tsi Eliminate a branch in Delete for grpc_core::UniquePtr. 2019-06-18 12:06:17 -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.