An multiprocess future is a future whose value will be resolved asynchronously in a parallel process
An multiprocess future is a future whose value will be resolved asynchronously in a parallel process
MultiprocessFuture(expr = NULL, substitute = TRUE, envir = parent.frame(), ...)
expr |
An R expression. |
substitute |
If TRUE, argument |
envir |
The environment from where global objects should be identified. |
... |
Additional named elements passed to |
An object of class MultiprocessFuture
.
To evaluate an expression using "multiprocess future", see function
multiprocess()
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.