|
|
@ -51,7 +51,7 @@ |
|
|
|
// pipe will keep buffering all data written to it, your application could run out of memory and
|
|
|
|
// pipe will keep buffering all data written to it, your application could run out of memory and
|
|
|
|
// crash. If you want to react to flow control signals to prevent that, instead of using this class
|
|
|
|
// crash. If you want to react to flow control signals to prevent that, instead of using this class
|
|
|
|
// you can implement an object that conforms to GRXWriter.
|
|
|
|
// you can implement an object that conforms to GRXWriter.
|
|
|
|
@interface GRXBufferedPipe : NSObject<GRXWriteable, GRXWriter> |
|
|
|
@interface GRXBufferedPipe : GRXWriter<GRXWriteable> |
|
|
|
|
|
|
|
|
|
|
|
// Convenience constructor.
|
|
|
|
// Convenience constructor.
|
|
|
|
+ (instancetype)pipe; |
|
|
|
+ (instancetype)pipe; |
|
|
|