grpc/src/core
Yash Tibrewal 6584932364
Merge pull request #16639 from yashykt/statustsan
Convert status_error to an atomic because it can be accessed from dif…
2018-09-17 10:56:07 -07:00
..
ext Follow the no_logging param to parse_ipv6_host_port 2018-09-13 13:44:04 -07:00
lib Convert status_error to an atomic because it can be accessed from different threads at the same time 2018-09-14 18:18:28 -07:00
plugin_registry Add load reporting filter 2018-06-22 10:00:48 -07:00
tsi use grpc_slice_unref_internal inside grpc 2018-08-31 14:51:39 -07: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.