The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Muxi Yan 121e04bc1e address comments 2 6 years ago
..
private Fix gRPC ObjC void function definition 8 years ago
GRXBufferedPipe.h Polish comments and correct concurrent writeable behavior 6 years ago
GRXBufferedPipe.m clang-format 6 years ago
GRXConcurrentWriteable.h clang-format 6 years ago
GRXConcurrentWriteable.m address comments 6 years ago
GRXForwardingWriter.h Polish comments and correct concurrent writeable behavior 6 years ago
GRXForwardingWriter.m address comments 2 6 years ago
GRXImmediateSingleWriter.h Polish comments and correct concurrent writeable behavior 6 years ago
GRXImmediateSingleWriter.m clang-format 6 years ago
GRXImmediateWriter.h Fix gRPC ObjC void function definition 8 years ago
GRXImmediateWriter.m clang-format objective-c files 7 years ago
GRXMappingWriter.h Move GRXMappingWriter to root directory 7 years ago
GRXMappingWriter.m Move GRXMappingWriter to root directory 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 Move GRXMappingWriter to root directory 7 years ago
GRXWriter.h address comments 6 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.