A multicore future is a future whose value will be resolved asynchronously in a parallel process
MulticoreFuture(expr = NULL, substitute = TRUE, envir = parent.frame(), ...)
MulticoreFuture()
returns an object of class MulticoreFuture
.
An R expression.
If TRUE, argument expr
is
substitute()
:ed, otherwise not.
The environment from where global objects should be identified.
Additional named elements passed to Future()
.
To use 'multicore' futures, use plan(multicore, ...)
, cf. multicore.