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.
2 parents 3fafbb8 + 12234ee commit b19dd3dCopy full SHA for b19dd3d
System/Process.hs
@@ -654,6 +654,10 @@ GHC Note: in order to call @waitForProcess@ without blocking all the
654
other threads in the system, you must compile the program with
655
@-threaded@.
656
657
+Note that it is safe to call @waitForProcess@ for the same process in multiple
658
+threads. When the process ends, threads blocking on this call will wake in
659
+FIFO order.
660
+
661
(/Since: 1.2.0.0/) On Unix systems, a negative value @'ExitFailure' -/signum/@
662
indicates that the child was terminated by signal @/signum/@.
663
The signal numbers are platform-specific, so to test for a specific signal use
0 commit comments