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 bfa56c8 commit fd90b32Copy full SHA for fd90b32
R/pkg/inst/worker/daemon.R
@@ -90,6 +90,7 @@ while (TRUE) {
90
}
91
92
p <- parallel:::mcfork()
93
+
94
if (inherits(p, "masterProcess")) {
95
# Reach here because this is a child process.
96
close(inputCon)
0 commit comments