The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
 
 
 
 
 
 
Muxi Yan c92d90aba2 clang-format objective-c files 7 years ago
..
private Fix gRPC ObjC void function definition 8 years ago
transformations clang-format objective-c files 7 years ago
GRXBufferedPipe.h Some fixes for tests and change contract 8 years ago
GRXBufferedPipe.m clang-format objective-c files 7 years ago
GRXConcurrentWriteable.h clang-format objective-c files 7 years ago
GRXConcurrentWriteable.m clang-format objective-c files 7 years ago
GRXForwardingWriter.h auto-fix most of licenses 8 years ago
GRXForwardingWriter.m clang-format objective-c files 7 years ago
GRXImmediateSingleWriter.h auto-fix most of licenses 8 years ago
GRXImmediateSingleWriter.m auto-fix most of licenses 8 years ago
GRXImmediateWriter.h Fix gRPC ObjC void function definition 8 years ago
GRXImmediateWriter.m clang-format objective-c files 7 years ago
GRXWriteable.h clang-format objective-c files 7 years ago
GRXWriteable.m clang-format objective-c files 7 years ago
GRXWriter+Immediate.h Fix gRPC ObjC void function definition 8 years ago
GRXWriter+Immediate.m clang-format objective-c files 7 years ago
GRXWriter+Transformations.h auto-fix most of licenses 8 years ago
GRXWriter+Transformations.m auto-fix most of licenses 8 years ago
GRXWriter.h auto-fix most of licenses 8 years ago
GRXWriter.m auto-fix most of licenses 8 years ago
NSEnumerator+GRXUtil.h Fix gRPC ObjC void function definition 8 years ago
NSEnumerator+GRXUtil.m Fix gRPC ObjC void function definition 8 years ago
README.md Imports code of the RX library. 10 years ago

README.md

This is a generic Reactive Extensions library for Objective-C, created to ease the implementation of the gRPC Objective-C runtime.

It has no dependencies on gRPC nor other libraries, and should eventually be moved under its own GitHub project.

If you're trying to get started on the library, you might want to first read GRXWriter.h and then GRXWriteable.h.