xref: /aosp_15_r20/external/grpc-grpc/src/objective-c/RxLibrary/README.md (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1This is a generic Reactive Extensions library for Objective-C, created to ease
2the implementation of the gRPC Objective-C runtime.
3
4It has no dependencies on gRPC nor other libraries, and should eventually be
5moved under its own GitHub project.
6
7If you're trying to get started on the library, you might want to first read
8GRXWriter.h and then GRXWriteable.h.
9