aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/RxLibrary/README.md
blob: 88e90723b9bca89ca9716a7b349a0b440d87441b (plain)
1
2
3
4
5
6
7
8
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.