Home | History | Annotate | only in /external/grpc-grpc/src/objective-c/RxLibrary
Up to higher level directory
NameDateSize
GRXBufferedPipe.h22-Oct-20201.9K
GRXBufferedPipe.m22-Oct-20203.2K
GRXConcurrentWriteable.h22-Oct-20202.7K
GRXConcurrentWriteable.m22-Oct-20203.8K
GRXForwardingWriter.h22-Oct-20201.4K
GRXForwardingWriter.m22-Oct-20202.5K
GRXImmediateSingleWriter.h22-Oct-20201,007
GRXImmediateSingleWriter.m22-Oct-20202K
GRXImmediateWriter.h22-Oct-20202.8K
GRXImmediateWriter.m22-Oct-20204K
GRXMappingWriter.h22-Oct-2020938
GRXMappingWriter.m22-Oct-20201.1K
GRXWriteable.h22-Oct-20201.8K
GRXWriteable.m22-Oct-20203.6K
GRXWriter+Immediate.h22-Oct-20202.1K
GRXWriter+Immediate.m22-Oct-20201.4K
GRXWriter+Transformations.h22-Oct-2020865
GRXWriter+Transformations.m22-Oct-2020863
GRXWriter.h22-Oct-20204.4K
GRXWriter.m22-Oct-20201,016
NSEnumerator+GRXUtil.h22-Oct-20201.5K
NSEnumerator+GRXUtil.m22-Oct-20201.3K
private/22-Oct-2020
README.md22-Oct-2020360

README.md

      1 This is a generic Reactive Extensions library for Objective-C, created to ease
      2 the implementation of the gRPC Objective-C runtime.
      3 
      4 It has no dependencies on gRPC nor other libraries, and should eventually be
      5 moved under its own GitHub project.
      6 
      7 If you're trying to get started on the library, you might want to first read
      8 GRXWriter.h and then GRXWriteable.h.
      9