grpc/src/core
Noah Eisen 430f745e6b Fix tsan in bad_client tests 2017-12-13 16:44:35 -08:00
..
ext Merge pull request #13659 from grpc/revert-13658-revert-13058-execctx 2017-12-08 09:30:40 -08:00
lib Fix tsan in bad_client tests 2017-12-13 16:44:35 -08:00
plugin_registry Remove all extern C 2017-11-17 14:08:57 -08:00
tsi Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 2017-12-06 09:47:54 -08:00
README.md fix markdown render error 2017-03-26 00:52:56 +08: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++, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.