isForkedChild | R Documentation |
Checks whether or not we are running in a forked child process
isForkedChild()
Examples of setups and functions that rely on forked parallelization
are parallel::makeCluster(n, type = "FORK")
, parallel::mclapply()
,
and future::plan("multicore")
.
(logical) Returns TRUE if the running in a forked child process, otherwise FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.