Jorge Canizales f95ddbaa1e Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler 10 лет назад
..
private 5fcdffcf3e Accept [GRXWriter writerWithContainer:nil] for consistency with the rest 10 лет назад
transformations 5604712b03 id<GRXWriter> -> GRXWriter * in the runtime 10 лет назад
GRXBufferedPipe.h 67ce098ccf Clarify thread-safety expectations of GRXWriters 10 лет назад
GRXBufferedPipe.m 958b0b9e7a Merge pull request #1664 from jcanizales/renames-grx-writeable-methods 10 лет назад
GRXConcurrentWriteable.h 6531b2b791 Make the call retain cycle explicit and encapsulated within GRPCCall.m 10 лет назад
GRXConcurrentWriteable.m 6531b2b791 Make the call retain cycle explicit and encapsulated within GRPCCall.m 10 лет назад
GRXForwardingWriter.h 67ce098ccf Clarify thread-safety expectations of GRXWriters 10 лет назад
GRXForwardingWriter.m fd51dff8b8 Clarify invalid-argument message for already-started writers 10 лет назад
GRXImmediateWriter.h 67ce098ccf Clarify thread-safety expectations of GRXWriters 10 лет назад
GRXImmediateWriter.m bc970ae23b Fix [GRXWriter emptyWriter] not being reusable. 10 лет назад
GRXWriteable.h f95ddbaa1e Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler 10 лет назад
GRXWriteable.m f95ddbaa1e Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler 10 лет назад
GRXWriter+Immediate.h 5fc90295ce include .m in check_copyright.py 11 лет назад
GRXWriter+Immediate.m 29f55d5655 Remove GRXWriter wrappers that are now unnecessary 10 лет назад
GRXWriter+Transformations.h 5fc90295ce include .m in check_copyright.py 11 лет назад
GRXWriter+Transformations.m 5fc90295ce include .m in check_copyright.py 11 лет назад
GRXWriter.h 297ed7bd81 Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. 10 лет назад
GRXWriter.m 7b52c98e62 Separate GRXForwardingWriter, delete the protocol 10 лет назад
NSEnumerator+GRXUtil.h 5fc90295ce include .m in check_copyright.py 11 лет назад
NSEnumerator+GRXUtil.m 5fc90295ce include .m in check_copyright.py 11 лет назад
README.md 30697c9be2 Imports code of the RX library. 11 лет назад

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.