grpc/src/core
Yang Gao 7fefffed1d
Merge pull request #23446 from yang-g/init_order
Fix initialization order
2020-07-10 13:18:35 -07:00
..
ext Merge pull request #23446 from yang-g/init_order 2020-07-10 13:18:35 -07:00
lib Stop using mutex for non-polling engine marker 2020-07-09 15:19:11 -07:00
plugin_registry Revert "Revert "Add message-size check before message decompression"" 2020-06-23 12:19:07 -07:00
tsi Merge pull request #23165 from matthewstevenson88/matt-tls13 2020-07-01 07:56:18 -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.