tree: fd08e49960a9a623a83dfc09c3da00c6f1048cca [path history] [tgz]
  1. private/
  2. GRXBufferedPipe.h
  3. GRXBufferedPipe.m
  4. GRXConcurrentWriteable.h
  5. GRXConcurrentWriteable.m
  6. GRXForwardingWriter.h
  7. GRXForwardingWriter.m
  8. GRXImmediateSingleWriter.h
  9. GRXImmediateSingleWriter.m
  10. GRXImmediateWriter.h
  11. GRXImmediateWriter.m
  12. GRXMappingWriter.h
  13. GRXMappingWriter.m
  14. GRXWriteable.h
  15. GRXWriteable.m
  16. GRXWriter+Immediate.h
  17. GRXWriter+Immediate.m
  18. GRXWriter+Transformations.h
  19. GRXWriter+Transformations.m
  20. GRXWriter.h
  21. GRXWriter.m
  22. NSEnumerator+GRXUtil.h
  23. NSEnumerator+GRXUtil.m
  24. README.md
src/objective-c/RxLibrary/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.