Name Date Size #Lines LOC

..--

private/H25-Apr-2025-257157

GRXBufferedPipe.hH A D25-Apr-20251.9 KiB476

GRXBufferedPipe.mH A D25-Apr-20253.2 KiB128111

GRXConcurrentWriteable.hH A D25-Apr-20252.7 KiB7212

GRXConcurrentWriteable.mH A D25-Apr-20253.2 KiB123105

GRXForwardingWriter.hH A D25-Apr-20251.1 KiB334

GRXForwardingWriter.mH A D25-Apr-20252.9 KiB119103

GRXImmediateSingleWriter.hH A D25-Apr-20251 KiB385

GRXImmediateSingleWriter.mH A D25-Apr-20252 KiB7565

GRXImmediateWriter.hH A D25-Apr-20252.8 KiB8010

GRXImmediateWriter.mH A D25-Apr-20254 KiB139116

GRXMappingWriter.hH A D25-Apr-2025928 275

GRXMappingWriter.mH A D25-Apr-20251.1 KiB4740

GRXWriteable.hH A D25-Apr-20251.9 KiB5616

GRXWriteable.mH A D25-Apr-20253.7 KiB10898

GRXWriter+Immediate.hH A D25-Apr-20252.1 KiB649

GRXWriter+Immediate.mH A D25-Apr-20251.4 KiB5140

GRXWriter+Transformations.hH A D25-Apr-2025865 304

GRXWriter+Transformations.mH A D25-Apr-2025863 3327

GRXWriter.hH A D25-Apr-20254.4 KiB10713

GRXWriter.mH A D25-Apr-20251,016 3428

NSEnumerator+GRXUtil.hH A D25-Apr-20251.5 KiB436

NSEnumerator+GRXUtil.mH A D25-Apr-20251.3 KiB4033

README.mdH A D25-Apr-2025360 96

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