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