mirror of https://github.com/grpc/grpc.git
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.
|
5 years ago | |
---|---|---|
.. | ||
private | ||
GRXBufferedPipe.h | 5 years ago | |
GRXBufferedPipe.m | 6 years ago | |
GRXConcurrentWriteable.h | 6 years ago | |
GRXConcurrentWriteable.m | 6 years ago | |
GRXForwardingWriter.h | 6 years ago | |
GRXForwardingWriter.m | 5 years ago | |
GRXImmediateSingleWriter.h | 6 years ago | |
GRXImmediateSingleWriter.m | 6 years ago | |
GRXImmediateWriter.h | ||
GRXImmediateWriter.m | ||
GRXMappingWriter.h | ||
GRXMappingWriter.m | 5 years ago | |
GRXWriteable.h | 5 years ago | |
GRXWriteable.m | 5 years ago | |
GRXWriter+Immediate.h | ||
GRXWriter+Immediate.m | ||
GRXWriter+Transformations.h | ||
GRXWriter+Transformations.m | ||
GRXWriter.h | 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.