Christopher Vanderschuere 0bd14d84f1 Implement connectivity state property and observers (#8) 7 年之前
..
include 9fb829e942 Rename "include/CgRPC.h" to "cgrpc.h". 7 年之前
shim 0bd14d84f1 Implement connectivity state property and observers (#8) 7 年之前
src 1c23a9f8dd Add missing files from gRPC 1.7.3. 7 年之前
third_party 20e0cf1bb2 Reorganize vendored gRPC core code, moving it into CgRPC. 9 年之前
README.md 20e0cf1bb2 Reorganize vendored gRPC core code, moving it into CgRPC. 9 年之前

README.md

CgRPC source files

This directory contains source code for CgRPC, the C support library for gRPC. It includes a custom "shim" (in the shim directory) and vendored code from the gRPC Core library.

| README.md | this file | | shim | custom code created to simplify the Swift gRPC interface to gRPC Core. | | include | headers for the CgRPC module | | grpc | headers for gRPC core (internal) | | src | source code for gRPC core (internal) | | third_party | third-party source code used by gRPC core (internal) |