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.
 
 
 
 
 
 
Esun Kim 415d41f9e8 Rerun clang-formatter-7 5 years ago
..
private
GRXBufferedPipe.h Rerun clang-formatter-7 5 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 Rerun clang-formatter-7 5 years ago
GRXImmediateSingleWriter.h Polish comments and correct concurrent writeable behavior 6 years ago
GRXImmediateSingleWriter.m clang-format 6 years ago
GRXImmediateWriter.h
GRXImmediateWriter.m
GRXMappingWriter.h
GRXMappingWriter.m Rerun clang-formatter-7 5 years ago
GRXWriteable.h Rerun clang-formatter-7 5 years ago
GRXWriteable.m Rerun clang-formatter-7 5 years ago
GRXWriter+Immediate.h
GRXWriter+Immediate.m
GRXWriter+Transformations.h
GRXWriter+Transformations.m
GRXWriter.h fix typo in document 5 years ago
GRXWriter.m
NSEnumerator+GRXUtil.h
NSEnumerator+GRXUtil.m
README.md

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.