We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86ed4 commit 52bda62Copy full SHA for 52bda62
src/System/Process/Typed.hs
@@ -1277,7 +1277,7 @@ instance Exception ByteStringOutputException
1277
-- This method is considered unsafe because the actions it performs on
1278
-- the underlying process may overlap with the functionality that
1279
-- @typed-process@ provides. For example the user should not call
1280
--- 'System.Process.waitForProcess' on the process handle as eiter
+-- 'System.Process.waitForProcess' on the process handle as either
1281
-- 'System.Process.waitForProcess' or 'stopProcess' will lock.
1282
-- Additionally, even if process was terminated by the
1283
-- 'System.Process.terminateProcess' or by sending signal,
0 commit comments