19 #import <Foundation/Foundation.h>
41 - (instancetype)initWithWriteable:(
id<
GRXWriteable>)writeable
42 dispatchQueue:(dispatch_queue_t)queue NS_DESIGNATED_INITIALIZER;
43 - (instancetype)initWithWriteable:(
id<
GRXWriteable>)writeable;
49 - (void)enqueueValue:(
id)value completionHandler:(
void (^)(
void))handler;
64 - (void)cancelWithError:(NSError *)error;