R/multiprocess.R
multiprocess.Rd
WARNING: The 'multiprocess' future plan is defunct. Instead, explicitly specify 'multisession' or 'multicore'. The former works everywhere and is the recommended one between the two. Forked processing, which 'multicore' uses, is unstable in various environment and setups. The 'multiprocess' alias is therefore being phased out.
multiprocess(..., workers = availableCores(), envir = parent.frame())
Additional arguments passed to Future()
.
Ignored in future (>= 1.31.0).
The environment from where global objects should be identified.
A SequentialFuture (sic!) since future 1.31.0.