WARNING: The 'multiprocess' future plan is deprecated. 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, and is now equal to using 'sequential' (sic!)
multiprocess(..., workers = availableCores(), envir = parent.frame())
A SequentialFuture (sic!) since future 1.31.0.
Additional arguments passed to Future()
.
Ignored in future (>= 1.31.0).
The environment from where global objects should be identified.