diff options
Diffstat (limited to 'process.h')
-rw-r--r-- | process.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ public: pid_t getPid() const; - bool writeLine(const string_view line); + bool writeLine(const string_view line, bool allowBrokenPipe); optional<string> readLine(); optional<string> readLineTimeout(size_t millis); }; |