An multiprocess future is a future whose value will be resolved asynchronously in a parallel process
MultiprocessFuture(expr = NULL, envir = parent.frame(),
substitute = FALSE, ...)
An R expression.
The environment in which the evaluation
is done (or inherits from if local
is TRUE).
If TRUE, argument expr
is
substitute()
:ed, otherwise not.
Additional named elements passed to Future()
.
An object of class MultiprocessFuture
.
To evaluate an expression using "multiprocess future", see function
multiprocess()
.