We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910a7ab commit 73c8747Copy full SHA for 73c8747
System/Posix/Process/Common.hsc
@@ -449,6 +449,10 @@ The exception masking state of the executed action is inherited
449
threads are not copied into the child process, it's easy to go wrong:
450
e.g. by accessing some shared resource that was held by another thread
451
in the parent.
452
+
453
+GHC note: 'forkProcess' is not currently very well supported when using multiple
454
+capabilities (@+RTS -N@), although it is supported with @-threaded@ as
455
+long as only one capability is being used.
456
-}
457
458
#if !defined(HAVE_GETPID)
0 commit comments