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.
 
 
 
 
 
 
gRPC Team Bot 8bed0f30fb Internal change 1 year ago
..
private
GRXBufferedPipe.h Rerun clang-formatter-7 5 years ago
GRXBufferedPipe.m
GRXConcurrentWriteable.h
GRXConcurrentWriteable.m Internal change 1 year ago
GRXForwardingWriter.h
GRXForwardingWriter.m Rerun clang-formatter-7 5 years ago
GRXImmediateSingleWriter.h
GRXImmediateSingleWriter.m
GRXImmediateWriter.h
GRXImmediateWriter.m
GRXMappingWriter.h Internal change 1 year ago
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
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.