grpc/src/objective-c/RxLibrary
Muxi Yan 121e04bc1e address comments 2 2019-01-09 15:22:05 -08:00
..
private Fix gRPC ObjC void function definition 2017-10-20 14:49:26 -07:00
GRXBufferedPipe.h Polish comments and correct concurrent writeable behavior 2019-01-07 10:27:20 -08:00
GRXBufferedPipe.m clang-format 2019-01-07 10:27:20 -08:00
GRXConcurrentWriteable.h clang-format 2019-01-07 10:27:20 -08:00
GRXConcurrentWriteable.m address comments 2019-01-09 09:38:47 -08:00
GRXForwardingWriter.h Polish comments and correct concurrent writeable behavior 2019-01-07 10:27:20 -08:00
GRXForwardingWriter.m address comments 2 2019-01-09 15:22:05 -08:00
GRXImmediateSingleWriter.h Polish comments and correct concurrent writeable behavior 2019-01-07 10:27:20 -08:00
GRXImmediateSingleWriter.m clang-format 2019-01-07 10:27:20 -08:00
GRXImmediateWriter.h Fix gRPC ObjC void function definition 2017-10-20 14:49:26 -07:00
GRXImmediateWriter.m clang-format objective-c files 2018-04-11 18:10:02 -07:00
GRXMappingWriter.h Move GRXMappingWriter to root directory 2018-05-23 17:03:15 -07:00
GRXMappingWriter.m Move GRXMappingWriter to root directory 2018-05-23 17:03:15 -07:00
GRXWriteable.h clang-format objective-c files 2018-04-11 18:10:02 -07:00
GRXWriteable.m clang-format objective-c files 2018-04-11 18:10:02 -07:00
GRXWriter+Immediate.h Fix gRPC ObjC void function definition 2017-10-20 14:49:26 -07:00
GRXWriter+Immediate.m clang-format objective-c files 2018-04-11 18:10:02 -07:00
GRXWriter+Transformations.h auto-fix most of licenses 2017-06-08 11:22:41 +02:00
GRXWriter+Transformations.m Move GRXMappingWriter to root directory 2018-05-23 17:03:15 -07:00
GRXWriter.h address comments 2019-01-09 09:38:47 -08:00
GRXWriter.m auto-fix most of licenses 2017-06-08 11:22:41 +02:00
NSEnumerator+GRXUtil.h Fix gRPC ObjC void function definition 2017-10-20 14:49:26 -07:00
NSEnumerator+GRXUtil.m Fix gRPC ObjC void function definition 2017-10-20 14:49:26 -07:00
README.md Imports code of the RX library. 2015-02-17 17:09:14 -08:00

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.