| MulticoreFuture-class {future} | R Documentation |
An multicore future is a future whose value will be resolved asynchronously in a parallel process
MulticoreFuture(expr = NULL, envir = parent.frame(), substitute = FALSE, globals = TRUE, ...)
expr |
An R expression. |
envir |
The environment in which the evaluation
is done (or inherits from if |
substitute |
If TRUE, argument |
... |
Additional named elements passed to |
An object of class MulticoreFuture.
To evaluate an expression using "multicore future", see function
multicore().