Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
private/ | 12-May-2024 | - | 257 | 157 | ||
GRXBufferedPipe.h | D | 12-May-2024 | 1.9 KiB | 47 | 6 | |
GRXBufferedPipe.m | D | 12-May-2024 | 3.2 KiB | 128 | 111 | |
GRXConcurrentWriteable.h | D | 12-May-2024 | 2.7 KiB | 72 | 12 | |
GRXConcurrentWriteable.m | D | 12-May-2024 | 3.2 KiB | 123 | 105 | |
GRXForwardingWriter.h | D | 12-May-2024 | 1.1 KiB | 33 | 4 | |
GRXForwardingWriter.m | D | 12-May-2024 | 2.9 KiB | 119 | 103 | |
GRXImmediateSingleWriter.h | D | 12-May-2024 | 1 KiB | 38 | 5 | |
GRXImmediateSingleWriter.m | D | 12-May-2024 | 2 KiB | 75 | 65 | |
GRXImmediateWriter.h | D | 12-May-2024 | 2.8 KiB | 80 | 10 | |
GRXImmediateWriter.m | D | 12-May-2024 | 4 KiB | 139 | 116 | |
GRXMappingWriter.h | D | 12-May-2024 | 938 | 27 | 5 | |
GRXMappingWriter.m | D | 12-May-2024 | 1.1 KiB | 47 | 40 | |
GRXWriteable.h | D | 12-May-2024 | 1.9 KiB | 56 | 16 | |
GRXWriteable.m | D | 12-May-2024 | 3.7 KiB | 108 | 98 | |
GRXWriter+Immediate.h | D | 12-May-2024 | 2.1 KiB | 64 | 9 | |
GRXWriter+Immediate.m | D | 12-May-2024 | 1.4 KiB | 51 | 40 | |
GRXWriter+Transformations.h | D | 12-May-2024 | 865 | 30 | 4 | |
GRXWriter+Transformations.m | D | 12-May-2024 | 863 | 33 | 27 | |
GRXWriter.h | D | 12-May-2024 | 4.4 KiB | 107 | 13 | |
GRXWriter.m | D | 12-May-2024 | 1,016 | 34 | 28 | |
NSEnumerator+GRXUtil.h | D | 12-May-2024 | 1.5 KiB | 43 | 6 | |
NSEnumerator+GRXUtil.m | D | 12-May-2024 | 1.3 KiB | 40 | 33 | |
README.md | D | 12-May-2024 | 360 | 9 | 6 |
README.md
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