
Checks whether or not we are running in a forked child process
Source:R/isForkedChild.R
isForkedChild.RdChecks whether or not we are running in a forked child process
Details
Examples of setups and functions that rely on forked parallelization
are parallel::makeCluster(n, type = "FORK"), parallel::mclapply(),
and future::plan("multicore").