grpc/src/core
Vijay Pai 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible 2018-03-05 16:35:10 -08:00
..
ext Use static_cast rather than reinterpret_cast whenever possible 2018-03-05 16:35:10 -08:00
lib Use static_cast rather than reinterpret_cast whenever possible 2018-03-05 16:35:10 -08:00
plugin_registry Add a sanity check for inclusion of port_platform.h 2018-02-23 09:59:53 -08:00
tsi Move assignment for Thread, make destructor optional, loop cv waits 2018-03-01 11:47:36 -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.